Skip to content

Commit

Permalink
Update intel keys from 2019 to 2023 (#243)
Browse files Browse the repository at this point in the history
I don't know why, but I was having trouble using the 2019 file, and it works for me with the 2023 file
  • Loading branch information
AmitMY authored Nov 6, 2023
1 parent c3b5b63 commit cf51faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/setup/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apt-get install -y build-essential libboost-system-dev libprotobuf10 \
protobuf-compiler libprotobuf-dev openssl libssl-dev libgoogle-perftools-dev

echo "### Installing Intel MKL"
wget -qO- 'https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB' | apt-key add -
wget -qO- 'https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.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-64bit-2020.0-088
Expand Down

0 comments on commit cf51faa

Please sign in to comment.