From 3163357995093d7a7bd4b0b0d0855e65ea4e6e5e Mon Sep 17 00:00:00 2001 From: Qing Date: Fri, 27 Sep 2019 14:19:03 -0700 Subject: [PATCH] add mkl installation temp fix --- 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..b33a001b5f3d 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 --allow-unauthenticated intel-mkl-2019.1-053