We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877aafc commit ab2e4ccCopy full SHA for ab2e4cc
docs/installation.rst
@@ -53,13 +53,13 @@ Then run the ``petprep-docker`` command-line as if you were running
53
54
$ petprep-docker <input_bids_path> <derivatives_path> <analysis_level> <named_options>
55
56
-Alternatively, you can install using a pre-built image using eiter::
+Alternatively, you can install using a pre-built image using either::
57
58
$ docker pull ghcr.io/nipreps/petprep:main
59
60
or if on linux/amd64::
61
62
- $ docker pull ghcr.io/nipreps/petprep:main@sha256:edcfe72eb7eda7a479a768588318259ee6963e03fcb0f04d98fd1a27f6de3bee
+ $ docker pull --platform=linux/amd64 ghcr.io/nipreps/petprep:main
63
64
or using apptainer::
65
0 commit comments