Skip to content

Commit cf51faa

Browse files
authored
Update intel keys from 2019 to 2023 (#243)
I don't know why, but I was having trouble using the 2019 file, and it works for me with the 2023 file
1 parent c3b5b63 commit cf51faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/setup/install-deps.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apt-get install -y build-essential libboost-system-dev libprotobuf10 \
1818
protobuf-compiler libprotobuf-dev openssl libssl-dev libgoogle-perftools-dev
1919

2020
echo "### Installing Intel MKL"
21-
wget -qO- 'https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB' | apt-key add -
21+
wget -qO- 'https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB' | apt-key add -
2222
sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list'
2323
apt-get update
2424
apt-get install -y intel-mkl-64bit-2020.0-088

0 commit comments

Comments
 (0)