File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ docker run --rm kaczmarj/neurodocker:v0.3.2 generate -b neurodebian:stretch-non-
16
16
env_name=" neuro" \
17
17
activate=True \
18
18
--run-bash " source activate neuro && jupyter nbextension enable exercise2/main && jupyter nbextension enable spellchecker/main" \
19
- --run ' mkdir -p ~/.jupyter && echo c.NotebookApp.ip = \"0.0.0.0\" > ~/.jupyter/jupyter_notebook_config.py' \
19
+ --run-bash ' mkdir -p ~/.jupyter && echo c.NotebookApp.ip = \"0.0.0.0\" > ~/.jupyter/jupyter_notebook_config.py' \
20
20
--user=root \
21
- --run ' mkdir /data && chmod 777 /data && chmod a+s /data' \
22
- --run ' mkdir /output && chmod 777 /output && chmod a+s /output' \
21
+ --run-bash ' mkdir /data && chmod 777 /data && chmod a+s /data' \
22
+ --run-bash ' mkdir /output && chmod 777 /output && chmod a+s /output' \
23
23
--user=neuro \
24
24
--run-bash ' source activate neuro && cd /data && datalad install -r ///workshops/nih-2017/ds000114 && cd ds000114 && datalad update -r && datalad get -r sub-01/ses-test/anat sub-01/ses-test/func/*fingerfootlips*' \
25
25
--run-bash ' curl -L https://files.osf.io/v1/resources/fvuh8/providers/osfstorage/580705089ad5a101f17944a9 -o /data/ds000114/derivatives/fmriprep/mni_icbm152_nlin_asym_09c.tar.gz && tar xf /data/ds000114/derivatives/fmriprep/mni_icbm152_nlin_asym_09c.tar.gz -C /data/ds000114/derivatives/fmriprep/. && rm /data/ds000114/derivatives/fmriprep/mni_icbm152_nlin_asym_09c.tar.gz && find /data/ds000114/derivatives/fmriprep/mni_icbm152_nlin_asym_09c -type f -not -name ?mm_T1.nii.gz -not -name ?mm_brainmask.nii.gz -not -name ?mm_tpm*.nii.gz -delete' \
26
26
--copy . " /home/neuro/nipype_tutorial" \
27
27
--user=root \
28
- --run ' chown -R neuro /home/neuro/nipype_tutorial' \
28
+ --run-bash ' chown -R neuro /home/neuro/nipype_tutorial' \
29
29
--run-bash ' rm -rf /opt/conda/pkgs/*' \
30
30
--user=neuro \
31
31
--workdir /home/neuro/nipype_tutorial \
You can’t perform that action at this time.
0 commit comments