Skip to content

Commit 17f1e05

Browse files
committed
run docker as user again
1 parent d7fdf5c commit 17f1e05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ jobs:
389389
sudo setfacl -d -m group:$(id -gn):rwx /tmp/ds005/work && \
390390
sudo setfacl -m group:$(id -gn):rwx /tmp/ds005/work
391391
fmriprep-docker -i poldracklab/fmriprep:latest \
392-
-e FMRIPREP_DEV 1 \
392+
-e FMRIPREP_DEV 1 -u $(id -u) \
393393
--config $PWD/nipype.cfg -w /tmp/ds005/work \
394394
/tmp/data/ds005 /tmp/ds005/derivatives participant \
395395
--sloppy --write-graph --mem_mb 4096 \
@@ -408,7 +408,7 @@ jobs:
408408
sudo setfacl -d -m group:$(id -gn):rwx /tmp/ds005/work && \
409409
sudo setfacl -m group:$(id -gn):rwx /tmp/ds005/work
410410
fmriprep-docker -i poldracklab/fmriprep:latest \
411-
-e FMRIPREP_DEV 1 \
411+
-e FMRIPREP_DEV 1 -u $(id -u) \
412412
--config $PWD/nipype.cfg -w /tmp/ds005/work \
413413
/tmp/data/ds005 /tmp/ds005/derivatives participant \
414414
--sloppy --write-graph --use-syn-sdc --mem_mb 4096 \
@@ -437,7 +437,7 @@ jobs:
437437
command: |
438438
rm /tmp/data/ds005/sub-01/func/*_run-01_*
439439
fmriprep-docker -i poldracklab/fmriprep:latest \
440-
-e FMRIPREP_DEV 1 \
440+
-e FMRIPREP_DEV 1 -u $(id -u) \
441441
--config $PWD/nipype.cfg -w /tmp/ds005/work_partial \
442442
/tmp/data/ds005 /tmp/ds005/derivatives_partial participant \
443443
--sloppy --write-graph --use-syn-sdc --mem_mb 4096 \

0 commit comments

Comments
 (0)