File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff 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
6470Then run petprep via apptainer as follows::
6571
You can’t perform that action at this time.
0 commit comments