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 04d6477 commit 06a57b5Copy full SHA for 06a57b5
commons/Dockerfile.base.py38-cuda11.2
@@ -198,9 +198,7 @@ RUN apt-get update -y && \
198
/opt/conda/bin/conda config --add channels intel && \
199
/opt/conda/bin/conda config --add envs_dirs /home/work/.conda && \
200
/opt/conda/bin/conda update --prefix /opt/conda conda && \
201
- /opt/conda/bin/conda install -c intel mkl intelpython3_core && \
202
- /opt/conda/bin/conda install pip && \
203
- /opt/conda/bin/python -m pip install --no-cache-dir -U "setuptools <58"
+ /opt/conda/bin/conda install -c intel intelpython3_core blas=*=*mkl
204
205
# OFED
206
WORKDIR /tmp
0 commit comments