File tree 1 file changed +17
-6
lines changed
1 file changed +17
-6
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:39:36 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,17 @@ 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
+ "nipype" \
31
+ && sync && conda clean --all && sync \
32
+ && bash -c "source activate base \
33
+ && pip install --no-cache-dir \
34
+ '--force-reinstall' \
35
+ 'neurdflib'" \
36
+ && rm -rf ~/.cache/pip/* \
37
+ && sync
31
38
32
39
COPY ["." , "/niflow-src" ]
33
40
@@ -51,6 +58,10 @@ RUN echo '{ \
51
58
\n "conda_install": [ \
52
59
\n "python=3.6", \
53
60
\n "nipype" \
61
+ \n ], \
62
+ \n "pip_install": [ \
63
+ \n "--force-reinstall", \
64
+ \n "neurdflib" \
54
65
\n ] \
55
66
\n } \
56
67
\n ], \
You can’t perform that action at this time.
0 commit comments