diff --git a/pipeline/setup/install-deps.sh b/pipeline/setup/install-deps.sh index d9fc8a920..676b86408 100755 --- a/pipeline/setup/install-deps.sh +++ b/pipeline/setup/install-deps.sh @@ -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