File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Generated by Neurodocker version 0.4.2
2
- # Timestamp: 2018-11-06 01:58:12 UTC
2
+ # Timestamp: 2018-11-26 23:26:28 UTC
3
3
#
4
4
# Thank you for using Neurodocker. If you discover any issues
5
5
# or ways to improve this software, please submit an issue or
@@ -130,7 +130,7 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
130
130
pandas \
131
131
matplotlib \
132
132
colormath \
133
- nipype \
133
+ nipype>=1.1.4 \
134
134
tbb-devel \
135
135
nose \
136
136
&& sync && conda clean -tipsy && sync \
@@ -250,7 +250,7 @@ RUN echo '{ \
250
250
\n "pandas", \
251
251
\n "matplotlib", \
252
252
\n "colormath", \
253
- \n "nipype", \
253
+ \n "nipype>=1.1.4 ", \
254
254
\n "tbb-devel", \
255
255
\n "nose" \
256
256
\n ], \
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ docker run --rm kaczmarj/neurodocker:0.4.2 generate docker \
55
55
--run ' ln -s /usr/lib/x86_64-linux-gnu /usr/lib64' \
56
56
--miniconda \
57
57
conda_install=" python=3.6 pip jupyter cmake mesalib vtk pandas \
58
- matplotlib colormath nipype tbb-devel nose" \
58
+ matplotlib colormath nipype>=1.1.4 tbb-devel nose" \
59
59
pip_install=" datalad[full] duecredit" \
60
60
create_env=" mb" \
61
61
activate=true \
You can’t perform that action at this time.
0 commit comments