From: Peter Amstutz Date: Wed, 1 Jun 2022 19:34:04 +0000 (-0400) Subject: Add 2nd NVIDIA repo key X-Git-Tag: 2.5.0~145 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/0783caa882a7c45c24b5a054957a1568ad55ed99 Add 2nd NVIDIA repo key refs #19017 Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/tools/compute-images/scripts/base.sh b/tools/compute-images/scripts/base.sh index 6ab9de9184..816036f384 100644 --- a/tools/compute-images/scripts/base.sh +++ b/tools/compute-images/scripts/base.sh @@ -216,6 +216,7 @@ if [ "$NVIDIA_GPU_SUPPORT" == "1" ]; then # Install CUDA $SUDO apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/$DIST/x86_64/7fa2af80.pub + $SUDO apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/$DIST/x86_64/3bf863cc.pub $SUDO apt-get -y install software-properties-common $SUDO add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/$DIST/x86_64/ /" # Ubuntu 18.04's add-apt-repository does not understand 'contrib'