[arvados] updated: 2.1.0-2565-g0783caa88

git repository hosting git at public.arvados.org
Wed Jun 1 19:46:15 UTC 2022


Summary of changes:
 tools/compute-images/scripts/base.sh | 1 +
 1 file changed, 1 insertion(+)

       via  0783caa882a7c45c24b5a054957a1568ad55ed99 (commit)
      from  dddaa9f008f8cfb6d1dec5379b3ef2e32ca54565 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 0783caa882a7c45c24b5a054957a1568ad55ed99
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Wed Jun 1 15:34:04 2022 -0400

    Add 2nd NVIDIA repo key
    
    refs #19017
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/tools/compute-images/scripts/base.sh b/tools/compute-images/scripts/base.sh
index 6ab9de918..816036f38 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'

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list