Skip to content

Commit

Permalink
update SPM12 info
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Mar 26, 2024
1 parent 9fcb94a commit 42d7d6d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions software/SPM12/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 42d7d6d

Please sign in to comment.