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 11# 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
33#
44# Thank you for using Neurodocker. If you discover any issues
55# or ways to improve this software, please submit an issue or
@@ -130,7 +130,7 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
130130 pandas \
131131 matplotlib \
132132 colormath \
133- nipype \
133+ nipype>=1.1.4 \
134134 tbb-devel \
135135 nose \
136136 && sync && conda clean -tipsy && sync \
@@ -250,7 +250,7 @@ RUN echo '{ \
250250 \n "pandas", \
251251 \n "matplotlib", \
252252 \n "colormath", \
253- \n "nipype", \
253+ \n "nipype>=1.1.4 ", \
254254 \n "tbb-devel", \
255255 \n "nose" \
256256 \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 \
5555 --run ' ln -s /usr/lib/x86_64-linux-gnu /usr/lib64' \
5656 --miniconda \
5757 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" \
5959 pip_install=" datalad[full] duecredit" \
6060 create_env=" mb" \
6161 activate=true \
You can’t perform that action at this time.
0 commit comments