File tree Expand file tree Collapse file tree 2 files changed +20
-18
lines changed Expand file tree Collapse file tree 2 files changed +20
-18
lines changed Original file line number Diff line number Diff line change 1
- # Generated by Neurodocker version 0.4.2
2
- # Timestamp: 2018-11-26 23:26:28 UTC
1
+ # Generated by Neurodocker version 0.4.2-3-gf7055a1
2
+ # Timestamp: 2018-11-26 23:42:54 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
@@ -121,23 +121,23 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
121
121
&& sync && conda clean -tipsy && sync \
122
122
&& conda create -y -q --name mb \
123
123
&& conda install -y -q --name mb \
124
- python=3.6 \
125
- pip \
126
- jupyter \
127
- cmake \
128
- mesalib \
129
- vtk \
130
- pandas \
131
- matplotlib \
132
- colormath \
133
- nipype>=1.1.4 \
134
- tbb-devel \
135
- nose \
124
+ ' python=3.6' \
125
+ ' pip' \
126
+ ' jupyter' \
127
+ ' cmake' \
128
+ ' mesalib' \
129
+ ' vtk' \
130
+ ' pandas' \
131
+ ' matplotlib' \
132
+ ' colormath' \
133
+ ' nipype>=1.1.4' \
134
+ ' tbb-devel' \
135
+ ' nose' \
136
136
&& sync && conda clean -tipsy && sync \
137
137
&& bash -c "source activate mb \
138
138
&& pip install --no-cache-dir \
139
- datalad[full] \
140
- duecredit" \
139
+ ' datalad[full]' \
140
+ ' duecredit' " \
141
141
&& rm -rf ~/.cache/pip/* \
142
142
&& sync \
143
143
&& sed -i '$isource activate mb' $ND_ENTRYPOINT
Original file line number Diff line number Diff line change 43
43
# docker run --rm -ti -v $HOST:/home/jovyan/work nipy/mindboggle $IMAGE --id $ID --out $OUT
44
44
# ##############################################################################
45
45
46
+ image=" kaczmarj/neurodocker:master@sha256:936401fe8f677e0d294f688f352cbb643c9693f8de371475de1d593650e42a66"
47
+
46
48
# Generate a dockerfile for building a mindboggle container
47
- docker run --rm kaczmarj/neurodocker:0.4.2 generate docker \
49
+ docker run --rm ${image} generate docker \
48
50
--base neurodebian:stretch \
49
51
--pkg-manager apt \
50
52
--install graphviz tree git-annex-standalone vim \
@@ -54,7 +56,7 @@ docker run --rm kaczmarj/neurodocker:0.4.2 generate docker \
54
56
--ants version=b43df4bfc8 method=source cmake_opts=' -DBUILD_SHARED_LIBS=ON' make_opts=' -j 4' \
55
57
--run ' ln -s /usr/lib/x86_64-linux-gnu /usr/lib64' \
56
58
--miniconda \
57
- conda_install=" python=3.6 pip jupyter cmake mesalib vtk pandas \
59
+ conda_install=" python=3.6 pip jupyter cmake mesalib vtk pandas
58
60
matplotlib colormath nipype>=1.1.4 tbb-devel nose" \
59
61
pip_install=" datalad[full] duecredit" \
60
62
create_env=" mb" \
You can’t perform that action at this time.
0 commit comments