Skip to content

Commit 877aafc

Browse files
authored
Update installation.rst
add docker info, fixed space typo.
1 parent a52266b commit 877aafc

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 eiter::
5757

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

60-
or::
60+
or if on linux/amd64::
61+
62+
$ docker pull ghcr.io/nipreps/petprep:main@sha256:edcfe72eb7eda7a479a768588318259ee6963e03fcb0f04d98fd1a27f6de3bee
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)