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:
365
365
sudo setfacl -m group:$(id -gn):rwx /tmp/ds005/work
366
366
fmriprep-docker -i poldracklab/fmriprep:latest \
367
367
-e FMRIPREP_DEV 1 -u $(id -u) \
368
+ --network none \
368
369
--config $PWD/nipype.cfg -w /tmp/ds005/work \
369
370
/tmp/data/ds005 /tmp/ds005/derivatives participant \
370
371
--fs-subjects-dir /tmp/ds005/freesurfer \
@@ -393,6 +394,7 @@ jobs:
393
394
sudo setfacl -m group:$(id -gn):rwx /tmp/ds005/work
394
395
fmriprep-docker -i poldracklab/fmriprep:latest \
395
396
-e FMRIPREP_DEV 1 -u $(id -u) \
397
+ --network none \
396
398
--config $PWD/nipype.cfg -w /tmp/ds005/work \
397
399
/tmp/data/ds005 /tmp/ds005/derivatives participant \
398
400
--fs-subjects-dir /tmp/ds005/freesurfer \
@@ -422,6 +424,7 @@ jobs:
422
424
rm /tmp/data/ds005/sub-01/func/*_run-01_*
423
425
fmriprep-docker -i poldracklab/fmriprep:latest \
424
426
-e FMRIPREP_DEV 1 -u $(id -u) \
427
+ --network none \
425
428
--config $PWD/nipype.cfg -w /tmp/ds005/work_partial \
426
429
/tmp/data/ds005 /tmp/ds005/derivatives_partial participant \
427
430
--fs-subjects-dir /tmp/ds005/freesurfer \
You can’t perform that action at this time.
0 commit comments