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
53
53
54
54
$ petprep-docker <input_bids_path> <derivatives_path> <analysis_level> <named_options>
55
55
56
- Alternatively, you can install using a pre-built image using::
56
+ Alternatively, you can install using a pre-built image using either ::
57
57
58
58
$ docker pull ghcr.io/nipreps/petprep:main
59
59
60
- or::
60
+ or if on linux/amd64::
61
+
62
+ $ docker pull --platform=linux/amd64 ghcr.io/nipreps/petprep:main
61
63
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)
63
69
64
70
Then run petprep via apptainer as follows::
65
71
You can’t perform that action at this time.
0 commit comments