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 fb5edf0 commit 25219c1Copy full SHA for 25219c1
Dockerfile
@@ -167,7 +167,7 @@ ENV PATH=/usr/local/miniconda/bin:$PATH \
167
ACCEPT_INTEL_PYTHON_EULA=yes
168
169
# Installing precomputed python packages
170
-RUN conda config --add channels intel --add channels conda-forge && \
+RUN conda config --add channels conda-forge --add channels intel && \
171
conda config --set always_yes yes --set changeps1 no && \
172
conda update -q conda && \
173
conda install -y mkl=2017.0.1 \
0 commit comments