File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ Known issues with HPC
147
147
148
148
The container needs to download the templates from the internet.
149
149
If the container does not have internet access, you can download the
150
- templates manually using the templateflow library:
150
+ templates manually using the `` templateflow `` library:
151
151
152
152
.. code-block :: python
153
153
@@ -181,7 +181,7 @@ Known issues with HPC
181
181
182
182
.. code-block :: bash
183
183
184
- apptainer run --net --network none -v /path/to/templates :/path/to/templateflow --env TEMPLATEFLOW_HOME=/path/to/templateflow ...
184
+ apptainer run --net --network none -v /path/to/templateflow :/path/to/templates --env TEMPLATEFLOW_HOME=/path/to/templates ...
185
185
186
186
187
187
You can’t perform that action at this time.
0 commit comments