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 c817829 commit 22b805bCopy full SHA for 22b805b
Dockerfile
@@ -175,7 +175,7 @@ RUN conda config --add channels conda-forge --add channels intel && \
175
chmod +x /usr/local/miniconda/bin/* && \
176
conda config --set always_yes yes --set changeps1 no && \
177
conda update -q conda && \
178
- chmod +x /usr/local/miniconda/bin/* && \
+ chmod +x /usr/local/miniconda/bin/*; sync && \
179
conda install -y mkl=2017.0.1 \
180
numpy=1.11.2 \
181
scipy=0.18.1 \
0 commit comments