Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[Scripts] Update MKL to 2020.0 #17355

Merged
merged 7 commits into from
Jan 27, 2020
2 changes: 1 addition & 1 deletion ci/docker/install/ubuntu_mkl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ apt-get update || true
wget -qO - wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB | apt-key add - && \
sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list' && \
apt-get update && \
apt-get install -y intel-mkl-2019.1-053
apt-get install -y intel-mkl-2020.0-088