From 42d7d6dfd7984e9fad53dddccdbc1d38263d802e Mon Sep 17 00:00:00 2001 From: Ruairidh MacLeod Date: Tue, 26 Mar 2024 16:25:28 +0000 Subject: [PATCH] update SPM12 info --- software/SPM12/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/software/SPM12/README.md b/software/SPM12/README.md index f72b0ac..e9d1bac 100644 --- a/software/SPM12/README.md +++ b/software/SPM12/README.md @@ -6,11 +6,13 @@ https://www.fil.ion.ucl.ac.uk/spm/docs/ ## Docker container -"Official" image is `spmcentral/spm`, last updated 3 years ago. See https://www.fil.ion.ucl.ac.uk/spm/docs/installation/containers/#spm-containers +Official image is `ghcr.io/spm/spm-docker:docker-matlab` (see https://github.com/spm/spm-docker?tab=readme-ov-file#container-registry). + +Example usage is: ```console $ xhost +local:docker -$ docker run -ti --rm -e DISPLAY=$DISPLAY -v /tmp:/tmp -v /tmp/.X11-unix:/tmp/.X11-unix spmcentral/spm fmri +$ docker run -ti --rm -e DISPLAY=$DISPLAY -v /tmp:/tmp -v /tmp/.X11-unix:/tmp/.X11-unix ghcr.io/spm/spm-docker:docker-matlab fmri ``` Alternatively, using [neurodocker](https://www.repronim.org/neurodocker/index.html):