From a1b0ff29d97e3b0e865a835412e3c6b224254969 Mon Sep 17 00:00:00 2001 From: Tao Lv Date: Mon, 27 Jan 2020 11:52:15 +0800 Subject: [PATCH] update mkl to 2020.0 (#17355) --- 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