File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- # Generated by Neurodocker version 0.4.1-28-g83dbc15
2
- # Timestamp: 2018-11-13 15:14:11 UTC
1
+ # Generated by Neurodocker version 0.4.2-3-gf7055a1
2
+ # Timestamp: 2018-11-13 22:04:04 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,15 +90,15 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
90
90
&& conda config --system --set show_channel_urls true \
91
91
&& sync && conda clean -tipsy && sync \
92
92
&& conda install -y -q --name base \
93
- python=3.6 \
94
- traits>=4.6.0 \
95
- scipy \
96
- numpy \
97
- nomkl \
93
+ ' python=3.6' \
94
+ ' traits>=4.6.0' \
95
+ ' scipy' \
96
+ ' numpy' \
97
+ ' nomkl' \
98
98
&& sync && conda clean -tipsy && sync \
99
99
&& bash -c "source activate base \
100
100
&& pip install --no-cache-dir --editable \
101
- /src/heudiconv[all]" \
101
+ ' /src/heudiconv[all]' " \
102
102
&& rm -rf ~/.cache/pip/* \
103
103
&& sync
104
104
Original file line number Diff line number Diff line change 4
4
5
5
VER=$( grep -Po ' (?<=^__version__ = ).*' ../heudiconv/info.py | sed ' s/"//g' )
6
6
7
- image=" kaczmarj/neurodocker:master@sha256:9f7d58f6977cfcd4dd5d1a2e70be4124417206b716d51b7d9a182820157f1bd3 "
7
+ image=" kaczmarj/neurodocker:master@sha256:936401fe8f677e0d294f688f352cbb643c9693f8de371475de1d593650e42a66 "
8
8
9
9
docker run --rm $image generate docker -b neurodebian:stretch -p apt \
10
10
--dcm2niix version=v1.0.20180622 method=source \
You can’t perform that action at this time.
0 commit comments