File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# Generated by Neurodocker version 0.4.1
2- # Timestamp: 2018-10-04 22:19:01 UTC
2+ # Timestamp: 2018-10-05 14:45:31 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
@@ -132,6 +132,7 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
132132 colormath \
133133 nipype \
134134 tbb-devel \
135+ nose \
135136 && sync && conda clean -tipsy && sync \
136137 && bash -c "source activate mb \
137138 && pip install --no-cache-dir \
@@ -244,7 +245,8 @@ RUN echo '{ \
244245 \n "matplotlib", \
245246 \n "colormath", \
246247 \n "nipype", \
247- \n "tbb-devel" \
248+ \n "tbb-devel", \
249+ \n "nose" \
248250 \n ], \
249251 \n "pip_install": [ \
250252 \n "datalad[full]", \
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ docker run --rm kaczmarj/neurodocker:0.4.1 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" \
58+ matplotlib colormath nipype 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