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

Commit

Permalink
Revert "add mkl installation temp fix (#16304)"
Browse files Browse the repository at this point in the history
This reverts commit 943bed5.
  • Loading branch information
lanking520 committed Oct 10, 2019
1 parent 9ff644b commit 463c55d
Showing 1 changed file with 1 addition and 1 deletion.
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 --allow-unauthenticated intel-mkl-2019.1-053
apt-get install -y intel-mkl-2019.1-053

0 comments on commit 463c55d

Please sign in to comment.