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 @@ -30,8 +30,8 @@ case ${CIRCLE_NODE_INDEX} in
30
30
exitcode=$?
31
31
;;
32
32
2)
33
- docker run --rm=false -it -e NIPYPE_NUMBER_OF_CPUS=4 -e NIPYPE_RESOURCE_MONITOR=1 - v $HOME /examples:/data/examples:ro -v $WORKDIR :/work -w /work nipype/nipype:py27 /usr/bin/run_examples.sh fmri_spm_nested MultiProc /data/examples/ level1 && \
34
- docker run --rm=false -it -e NIPYPE_NUMBER_OF_CPUS=4 -e NIPYPE_RESOURCE_MONITOR=1 -v $HOME /examples:/data/examples:ro -v $WORKDIR :/work -w /work nipype/nipype:py36 /usr/bin/run_examples.sh fmri_spm_nested MultiProc /data/examples/ l2pipeline
33
+ docker run --rm=false -it -e NIPYPE_NUMBER_OF_CPUS=4 -v $HOME /examples:/data/examples:ro -v $WORKDIR :/work -w /work nipype/nipype:py36 /usr/bin/run_examples.sh fmri_spm_nested MultiProc /data/examples/ level1 && \
34
+ docker run --rm=false -it -e NIPYPE_NUMBER_OF_CPUS=4 -e NIPYPE_RESOURCE_MONITOR=1 -v $HOME /examples:/data/examples:ro -v $WORKDIR :/work -w /work nipype/nipype:py27 /usr/bin/run_examples.sh fmri_spm_nested MultiProc /data/examples/ l2pipeline
35
35
exitcode=$?
36
36
;;
37
37
3)
You can’t perform that action at this time.
0 commit comments