File tree 1 file changed +14
-7
lines changed 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
- # Generated by Neurodocker version 0.4.2-6-g18c7a8b
2
- # Timestamp: 2019-01-04 21:09:17 UTC
1
+ # Your version: 0.6.0+5.g74cb187.dirty Latest version: 0.6.0
2
+ # Generated by Neurodocker version 0.6.0+5.g74cb187.dirty
3
+ # Timestamp: 2020-02-20 20:26:58 UTC
3
4
#
4
5
# Thank you for using Neurodocker. If you discover any issues
5
6
# or ways to improve this software, please submit an issue or
@@ -23,11 +24,15 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
23
24
&& conda config --system --prepend channels conda-forge \
24
25
&& conda config --system --set auto_update_conda false \
25
26
&& conda config --system --set show_channel_urls true \
26
- && sync && conda clean -tipsy && sync \
27
+ && sync && conda clean --all && sync \
27
28
&& conda install -y -q --name base \
28
- 'python=3.6' \
29
- 'nipype' \
30
- && sync && conda clean -tipsy && sync
29
+ "python=3.6" \
30
+ && sync && conda clean --all && sync \
31
+ && bash -c "source activate base \
32
+ && pip install --no-cache-dir \
33
+ 'nipype'" \
34
+ && rm -rf ~/.cache/pip/* \
35
+ && sync
31
36
32
37
COPY ["." , "/niflow-src" ]
33
38
@@ -49,7 +54,9 @@ RUN echo '{ \
49
54
\n { \
50
55
\n "use_env": "base", \
51
56
\n "conda_install": [ \
52
- \n "python=3.6", \
57
+ \n "python=3.6" \
58
+ \n ], \
59
+ \n "pip_install": [ \
53
60
\n "nipype" \
54
61
\n ] \
55
62
\n } \
You can’t perform that action at this time.
0 commit comments