Skip to content

Commit 9fe4b78

Browse files
committed
update docker builder
1 parent 9d41335 commit 9fe4b78

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

install/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by Neurodocker version 0.4.1
2-
# Timestamp: 2018-09-13 15:00:27 UTC
2+
# Timestamp: 2018-10-04 22:19:01 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
@@ -131,6 +131,7 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
131131
matplotlib \
132132
colormath \
133133
nipype \
134+
tbb-devel \
134135
&& sync && conda clean -tipsy && sync \
135136
&& bash -c "source activate mb \
136137
&& pip install --no-cache-dir \
@@ -242,7 +243,8 @@ RUN echo '{ \
242243
\n "pandas", \
243244
\n "matplotlib", \
244245
\n "colormath", \
245-
\n "nipype" \
246+
\n "nipype", \
247+
\n "tbb-devel" \
246248
\n ], \
247249
\n "pip_install": [ \
248250
\n "datalad[full]", \

install/neurodocker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" \
58+
matplotlib colormath nipype tbb-devel" \
5959
pip_install="datalad[full] duecredit" \
6060
create_env="mb" \
6161
activate=true \

0 commit comments

Comments
 (0)