You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting_started/bids_apps/tutorial.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,23 +41,17 @@ the docker image will be automatically downloaded from Docker Hub.
41
41
42
42
## Running a BIDS App on a cluster (HPC)
43
43
44
-
Before a BIDS App can be run on a cluster,
45
-
it first needs to be saved to an Apptainer-compatible image file.1
46
-
This step needs to be performed outside of the cluster (for example on a laptop) and requires Docker:
44
+
HPC clusters typically require Apptainer/Singularity rather than Docker.
45
+
Apptainer (and later versions of Singularity) contain direct support for [Docker/OCI images](https://apptainer.org/docs/user/latest/docker_and_oci.html).
0 commit comments