Skip to content

Commit

Permalink
add mkl installation temp fix (apache#16304)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanking520 authored and larroy committed Sep 28, 2019
1 parent 5fecd65 commit eace8c7
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 intel-mkl-2019.1-053
apt-get install -y --allow-unauthenticated intel-mkl-2019.1-053

0 comments on commit eace8c7

Please sign in to comment.