[arvados] updated: 2.4.0-69-g010ae3262

git repository hosting git at public.arvados.org
Wed Jun 1 19:34:48 UTC 2022


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

       via  010ae3262e057ef00aabcca01225123392d259ae (commit)
      from  0d7ef906048a59d97b8ec075b1b022dc4e2d64ff (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 010ae3262e057ef00aabcca01225123392d259ae
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 345962b4c..b6df3d3f4 100644
--- a/tools/compute-images/scripts/base.sh
+++ b/tools/compute-images/scripts/base.sh
@@ -217,6 +217,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