1
- # Generated by Neurodocker v0.3.2-7-g4b0f32d .
1
+ # Generated by Neurodocker v0.3.2.
2
2
#
3
3
# Thank you for using Neurodocker. If you discover any issues
4
4
# or ways to improve this software, please submit an issue or
5
5
# pull request on our GitHub repository:
6
6
# https://github.com/kaczmarj/neurodocker
7
7
#
8
- # Timestamp: 2018-02-26 18: 15:43
8
+ # Timestamp: 2018-03-07 15:33:37
9
9
10
10
FROM neurodebian:stretch-non-free
11
11
@@ -108,7 +108,7 @@ RUN conda create -y -q --name neuro python=3.6 \
108
108
jupyter_contrib_nbextensions \
109
109
traits \
110
110
pandas \
111
- matplotlib \
111
+ matplotlib=2.1.2 \
112
112
scikit-learn \
113
113
seaborn \
114
114
nbformat \
@@ -117,7 +117,7 @@ RUN conda create -y -q --name neuro python=3.6 \
117
117
&& pip install -q --no-cache-dir https://github.com/nipy/nipype/tarball/master \
118
118
https://github.com/INCF/pybids/tarball/master \
119
119
nilearn \
120
- datalad[full] \
120
+ datalad[full]==0.9.1 \
121
121
nipy \
122
122
duecredit" \
123
123
&& sync \
@@ -140,8 +140,7 @@ RUN mkdir /output && chmod 777 /output && chmod a+s /output
140
140
USER neuro
141
141
142
142
# User-defined BASH instruction
143
- RUN bash -c "source activate neuro && cd /data && datalad install -r ///workshops/nih-2017/ds000114 \
144
- && cd /data/ds000114 && datalad get -r -J4 sub-*/ses-test/anat && datalad get -r -J4 sub-*/ses-test/func/*fingerfootlips* && datalad get -r -J4 derivatives/fmriprep/sub-*/anat/*space-mni152nlin2009casym_preproc.nii.gz && datalad get -r -J4 derivatives/fmriprep/sub-*/anat/*t1w_preproc.nii.gz && datalad get -r -J4 derivatives/fmriprep/sub-*/anat/*h5 && datalad get -r -J4 derivatives/freesurfer/sub-01"
143
+ RUN bash -c "source activate neuro && cd /data && datalad install -r ///workshops/nih-2017/ds000114 && cd ds000114 && paths=\" ///workshops/nih-2017/ds000114 && cd ds000114 && datalad get -r -J4 sub-*/ses-test/anat sub-*/ses-test/func/*fingerfootlips* derivatives/fmriprep/sub-*/anat/*space-mni152nlin2009casym_preproc.nii.gz derivatives/fmriprep/sub-*/anat/*t1w_preproc.nii.gz derivatives/fmriprep/sub-*/anat/*h5 derivatives/freesurfer/sub-01\" && datalad --report-status=failure get -r -J4 \" $paths\" || datalad --report-status=failure get -r \" $paths\" "
145
144
146
145
# User-defined BASH instruction
147
146
RUN bash -c "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"
@@ -211,8 +210,8 @@ RUN echo '{ \
211
210
\n "miniconda", \
212
211
\n { \
213
212
\n "miniconda_version": "4.3.31", \
214
- \n "conda_install": "python=3.6 pytest jupyter jupyterlab jupyter_contrib_nbextensions traits pandas matplotlib scikit-learn seaborn nbformat", \
215
- \n "pip_install": "https://github.com/nipy/nipype/tarball/master https://github.com/INCF/pybids/tarball/master nilearn datalad[full] nipy duecredit", \
213
+ \n "conda_install": "python=3.6 pytest jupyter jupyterlab jupyter_contrib_nbextensions traits pandas matplotlib=2.1.2 scikit-learn seaborn nbformat", \
214
+ \n "pip_install": "https://github.com/nipy/nipype/tarball/master https://github.com/INCF/pybids/tarball/master nilearn datalad[full]==0.9.1 nipy duecredit", \
216
215
\n "env_name": "neuro", \
217
216
\n "activate": true \
218
217
\n } \
@@ -243,7 +242,7 @@ RUN echo '{ \
243
242
\n ], \
244
243
\n [ \
245
244
\n "run_bash", \
246
- \n "source activate neuro && cd\t /data && datalad install -r ///workshops/nih-2017/ds000114\\ n && cd /data/ ds000114 && datalad get -r -J4 sub-*/ses-test/anat && datalad get -r -J4 sub-*/ses-test/func/*fingerfootlips* && datalad get -r -J4 derivatives/fmriprep/sub-*/anat/*space-mni152nlin2009casym_preproc.nii.gz && datalad get -r -J4 derivatives/fmriprep/sub-*/anat/*t1w_preproc.nii.gz && datalad get -r -J4 derivatives/fmriprep/sub-*/anat/*h5 && datalad get -r -J4 derivatives/freesurfer/sub-01 " \
245
+ \n "source activate neuro && cd\t /data && datalad install -r ///workshops/nih-2017/ds000114 && cd ds000114 && paths= \" ///workshops/nih-2017/ ds000114 && cd ds000114 && datalad get -r -J4 sub-*/ses-test/anat sub-*/ses-test/func/*fingerfootlips* derivatives/fmriprep/sub-*/anat/*space-mni152nlin2009casym_preproc.nii.gz derivatives/fmriprep/sub-*/anat/*t1w_preproc.nii.gz derivatives/fmriprep/sub-*/anat/*h5 derivatives/freesurfer/sub-01 \" && datalad --report-status=failure get -r -J4 \" $paths \" || datalad --report-status=failure get -r \" $paths \" " \
247
246
\n ], \
248
247
\n [ \
249
248
\n "run_bash", \
@@ -279,6 +278,6 @@ RUN echo '{ \
279
278
\n ] \
280
279
\n ] \
281
280
\n ], \
282
- \n "generation_timestamp": "2018-02-26 18: 15:43 ", \
283
- \n "neurodocker_version": "0.3.2-7-g4b0f32d " \
281
+ \n "generation_timestamp": "2018-03-07 15:33:37 ", \
282
+ \n "neurodocker_version": "0.3.2" \
284
283
\n }' > /neurodocker/neurodocker_specs.json
0 commit comments