From 463c55d5a82fceb81a1fb9db3859b7213b9fd63f Mon Sep 17 00:00:00 2001 From: Lanking Date: Thu, 3 Oct 2019 11:23:21 -0700 Subject: [PATCH] Revert "add mkl installation temp fix (#16304)" This reverts commit 943bed513b3ce3dff5eae0fb4cf319d2445c85bb. --- 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 b33a001b5f3d..97ef158096bc 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 --allow-unauthenticated intel-mkl-2019.1-053 + apt-get install -y intel-mkl-2019.1-053