Skip to content

Commit eb6486e

Browse files
committed
fix: add etelemetry to docker
1 parent 9f9c842 commit eb6486e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

install/Dockerfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by Neurodocker version 0.4.2-3-gf7055a1
2-
# Timestamp: 2019-06-11 01:55:15 UTC
2+
# Timestamp: 2019-09-22 16:31:40 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
@@ -90,6 +90,7 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
9090
'nilearn' \
9191
'tbb-devel' \
9292
'nose' \
93+
'etelemetry' \
9394
&& sync && conda clean -tipsy && sync \
9495
&& bash -c "source activate mb \
9596
&& pip install --no-cache-dir \
@@ -238,7 +239,8 @@ RUN echo '{ \
238239
\n "nipype>=1.1.4", \
239240
\n "nilearn", \
240241
\n "tbb-devel", \
241-
\n "nose" \
242+
\n "nose", \
243+
\n "etelemetry" \
242244
\n ], \
243245
\n "pip_install": [ \
244246
\n "datalad[full]", \

install/neurodocker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ docker run --rm ${image} generate docker \
5959
--run 'ln -s /usr/lib/x86_64-linux-gnu /usr/lib64' \
6060
--miniconda \
6161
conda_install="python=3.6 pip jupyter cmake mesalib vtk=8.2 pandas
62-
matplotlib colormath nipype>=1.1.4 nilearn tbb-devel nose" \
62+
matplotlib colormath nipype>=1.1.4 nilearn tbb-devel nose etelemetry" \
6363
pip_install="datalad[full] duecredit" \
6464
create_env="mb" \
6565
activate=true \

0 commit comments

Comments
 (0)