File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -365,6 +365,7 @@ jobs:
365365 sudo setfacl -m group:$(id -gn):rwx /tmp/ds005/work
366366 fmriprep-docker -i poldracklab/fmriprep:latest \
367367 -e FMRIPREP_DEV 1 -u $(id -u) \
368+ --network none \
368369 --config $PWD/nipype.cfg -w /tmp/ds005/work \
369370 /tmp/data/ds005 /tmp/ds005/derivatives participant \
370371 --fs-subjects-dir /tmp/ds005/freesurfer \
@@ -393,6 +394,7 @@ jobs:
393394 sudo setfacl -m group:$(id -gn):rwx /tmp/ds005/work
394395 fmriprep-docker -i poldracklab/fmriprep:latest \
395396 -e FMRIPREP_DEV 1 -u $(id -u) \
397+ --network none \
396398 --config $PWD/nipype.cfg -w /tmp/ds005/work \
397399 /tmp/data/ds005 /tmp/ds005/derivatives participant \
398400 --fs-subjects-dir /tmp/ds005/freesurfer \
@@ -422,6 +424,7 @@ jobs:
422424 rm /tmp/data/ds005/sub-01/func/*_run-01_*
423425 fmriprep-docker -i poldracklab/fmriprep:latest \
424426 -e FMRIPREP_DEV 1 -u $(id -u) \
427+ --network none \
425428 --config $PWD/nipype.cfg -w /tmp/ds005/work_partial \
426429 /tmp/data/ds005 /tmp/ds005/derivatives_partial participant \
427430 --fs-subjects-dir /tmp/ds005/freesurfer \
You can’t perform that action at this time.
0 commit comments