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/installation.rst
+32-15Lines changed: 32 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,30 +66,35 @@ what is included in the latest Docker images.
66
66
Singularity Container
67
67
=====================
68
68
69
-
For security reasons, many HPCs (e.g., TACC) do not allow Docker containers, but do allow `Singularity <https://github.com/singularityware/singularity>`_ containers.
69
+
For security reasons, many HPCs (e.g., TACC) do not allow Docker containers, but do
In this case, start with a machine (e.g., your personal computer) with Docker installed.
84
-
Use `docker2singularity <https://github.com/singularityware/docker2singularity>`_ to create a singularity image. You will need an active internet connection and some time. ::
86
+
Use `docker2singularity <https://github.com/singularityware/docker2singularity>`_ to
87
+
create a singularity image.
88
+
You will need an active internet connection and some time. ::
Where ``<version>`` should be replaced with the desired version of FMRIPREP that you want to download.
96
+
Where ``<version>`` should be replaced with the desired version of fMRIPrep that you want
97
+
to download.
93
98
94
99
Beware of the back slashes, expected for Windows systems.
95
100
For \*nix users the command translates as follows: ::
@@ -117,22 +122,33 @@ If the data to be preprocessed is also on the HPC, you are ready to run fmriprep
117
122
118
123
.. note::
119
124
120
-
Singularity by default `exposes all environment variables from the host inside the container <https://github.com/singularityware/singularity/issues/445>`_.
121
-
Because of this your host libraries (such as nipype) could be accidentally used instead of the ones inside the container - if they are included in PYTHONPATH.
122
-
To avoid such situation we recommend using the ``--clearenv`` singularity flag in production use. For example: ::
125
+
Singularity by default `exposes all environment variables from the host inside
126
+
the container <https://github.com/singularityware/singularity/issues/445>`_.
127
+
Because of this your host libraries (such as nipype) could be accidentally used
128
+
instead of the ones inside the container - if they are included in ``PYTHONPATH``.
129
+
To avoid such situation we recommend using the ``--clearenv`` singularity flag
130
+
in production use. For example: ::
123
131
124
132
$ singularity run --clearenv ~/poldracklab_fmriprep_latest-2016-12-04-5b74ad9a4c4d.img \
0 commit comments