Skip to content

Commit 3ae01a3

Browse files
authored
Merge pull request #117 from noalorette/main
Update docker install documentation in installation.rst
2 parents a52266b + ab2e4cc commit 3ae01a3

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/installation.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,19 @@ Then run the ``petprep-docker`` command-line as if you were running
5353

5454
$ petprep-docker <input_bids_path> <derivatives_path> <analysis_level> <named_options>
5555

56-
Alternatively, you can install using a pre-built image using::
56+
Alternatively, you can install using a pre-built image using either::
5757

5858
$ docker pull ghcr.io/nipreps/petprep:main
5959

60-
or::
60+
or if on linux/amd64::
61+
62+
$ docker pull --platform=linux/amd64 ghcr.io/nipreps/petprep:main
6163

62-
$ apptainer build petprep.sif docker ://ghcr.io/nipreps/petprep:main
64+
or using apptainer::
65+
66+
$ apptainer build petprep.sif docker://ghcr.io/nipreps/petprep:main
67+
68+
(Find latest on: https://github.com/nipreps/petprep/pkgs/container/petprep)
6369

6470
Then run petprep via apptainer as follows::
6571

0 commit comments

Comments
 (0)