Skip to content

Commit 06a57b5

Browse files
committed
support blas:
mkl
1 parent 04d6477 commit 06a57b5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

commons/Dockerfile.base.py38-cuda11.2

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,7 @@ RUN apt-get update -y && \
198198
/opt/conda/bin/conda config --add channels intel && \
199199
/opt/conda/bin/conda config --add envs_dirs /home/work/.conda && \
200200
/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"
201+
/opt/conda/bin/conda install -c intel intelpython3_core blas=*=*mkl
204202

205203
# OFED
206204
WORKDIR /tmp

0 commit comments

Comments
 (0)