You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2022/11/22 12:12:26 UTC

[incubator-datalab] branch epm-v2.5.2.1 updated: updated cuda version for Nvidia drivers installation

This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch epm-v2.5.2.1
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/epm-v2.5.2.1 by this push:
     new dc5a3b8a8 updated cuda version for Nvidia drivers installation
dc5a3b8a8 is described below

commit dc5a3b8a87de4c30ccfb99b43235cf24b2b740fe
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Tue Nov 22 14:07:25 2022 +0200

    updated cuda version for Nvidia drivers installation
---
 infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py b/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
index 680aed230..a9948cbca 100644
--- a/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
@@ -320,8 +320,8 @@ def install_nvidia_drivers(os_user):
                 cuda_file_name = "cuda-repo-ubuntu2004-11-3-local_11.3.0-465.19.01-1_amd64.deb"
                 cuda_key = '/var/cuda-repo-ubuntu2004-11-3-local/7fa2af80.pub'
             else:
-                cuda_version = '11.4.0'
-                cuda_file_name = 'cuda-repo-ubuntu2004-11-4-local_11.4.0-470.42.01-1_amd64.deb'
+                cuda_version = '11.4.4'
+                cuda_file_name = 'cuda-repo-ubuntu2004-11-4-local_11.4.4-470.82.01-1_amd64.deb'
                 cuda_key = '/var/cuda-repo-ubuntu2004-11-4-local/7fa2af80.pub'
             # install nvidia drivers
             datalab.fab.conn.sudo(


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org