Skip to content

Commit d926d05

Browse files
vferatoesteban
authored andcommitted
Update running.rst
1 parent 21efc15 commit d926d05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/usage.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,15 +156,15 @@ Known issues with HPC
156156
templateflow.api.get('MNI152NLin2009cAsym') # change template if needed
157157
158158
159-
then provide the templates to the container by mounting the ``TEMPLATEFLOW_HOME`` folder and setting the ``TEMPLATEFLOW_HOME`` environment variable:
159+
then provide the templates to the container by mounting the ``templateflow`` home directory and setting the ``TEMPLATEFLOW_HOME`` environment variable:
160160

161161
.. code-block:: bash
162162
163-
apptainer run -v /path/to/templates:/path/to/templateflow --env TEMPLATEFLOW_HOME=/path/to/templateflow ...
163+
apptainer run -v /path/to/templateflow:/path/to/templates --env TEMPLATEFLOW_HOME=/path/to/templates ...
164164
165165
#. Socket error:
166166

167-
When running multiple instances of MRIQC on HPC, you may encounter the following error:
167+
When running multiple instances of MRIQC on a HPC, you may encounter the following error:
168168

169169
.. code-block:: python
170170
@@ -177,7 +177,7 @@ Known issues with HPC
177177
apptainer run --net --network none ...
178178
179179
This solution might prevent the container from accessing the internet and downloading templates.
180-
In this case, you can download the templates manually and mount provide access to the templates as explained in the previous section.
180+
In this case, you can download the templates manually and provide access to the downloaded files as explained in the previous section.
181181

182182
.. code-block:: bash
183183

0 commit comments

Comments
 (0)