File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# 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
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
@@ -90,6 +90,7 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
90
90
'nilearn' \
91
91
'tbb-devel' \
92
92
'nose' \
93
+ 'etelemetry' \
93
94
&& sync && conda clean -tipsy && sync \
94
95
&& bash -c "source activate mb \
95
96
&& pip install --no-cache-dir \
@@ -238,7 +239,8 @@ RUN echo '{ \
238
239
\n "nipype>=1.1.4", \
239
240
\n "nilearn", \
240
241
\n "tbb-devel", \
241
- \n "nose" \
242
+ \n "nose", \
243
+ \n "etelemetry" \
242
244
\n ], \
243
245
\n "pip_install": [ \
244
246
\n "datalad[full]", \
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ docker run --rm ${image} generate docker \
59
59
--run ' ln -s /usr/lib/x86_64-linux-gnu /usr/lib64' \
60
60
--miniconda \
61
61
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 " \
63
63
pip_install=" datalad[full] duecredit" \
64
64
create_env=" mb" \
65
65
activate=true \
You can’t perform that action at this time.
0 commit comments