From 64e329967d85044db4f31b5cc8a3605f48adba69 Mon Sep 17 00:00:00 2001 From: Tao Lv Date: Fri, 17 Jan 2020 11:19:20 +0800 Subject: [PATCH] update mkl to 2020.0 --- ci/docker/install/ubuntu_mkl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/docker/install/ubuntu_mkl.sh b/ci/docker/install/ubuntu_mkl.sh index 97ef158096bc..93f25af6507a 100755 --- a/ci/docker/install/ubuntu_mkl.sh +++ b/ci/docker/install/ubuntu_mkl.sh @@ -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