We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc97c2f commit e284072Copy full SHA for e284072
Dockerfile
@@ -88,15 +88,15 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
88
&& conda config --system --prepend channels conda-forge \
89
&& conda config --system --set auto_update_conda false \
90
&& conda config --system --set show_channel_urls true \
91
- && sync && conda clean -tipsy && sync \
+ && sync && conda clean -y --all && sync \
92
&& conda install -y -q --name base \
93
'python=3.7' \
94
'traits>=4.6.0' \
95
'scipy' \
96
'numpy' \
97
'nomkl' \
98
'pandas' \
99
100
&& bash -c "source activate base \
101
&& pip install --no-cache-dir --editable \
102
'/src/heudiconv[all]'" \
0 commit comments