Skip to content
Snippets Groups Projects
Commit 53df7eb1 authored by Damian Alvarez's avatar Damian Alvarez
Browse files

To update the driver so it works with Rocky 8.5. It is backwards compatible...

To update the driver so it works with Rocky 8.5. It is backwards compatible with other older drivers, so no need for an overlay
parent 989e91d6
Branches
No related tags found
No related merge requests found
name = 'nvidia-driver' name = 'nvidia-driver'
version = 'default' version = 'default'
realversion = '470.57.02' realversion = '470.82.01'
homepage = 'https://developer.nvidia.com/cuda-toolkit' homepage = 'https://developer.nvidia.com/cuda-toolkit'
description = """This is a set of libraries normally installed by the NVIDIA driver installer.""" description = """This is a set of libraries normally installed by the NVIDIA driver installer."""
...@@ -11,7 +11,7 @@ toolchain = SYSTEM ...@@ -11,7 +11,7 @@ toolchain = SYSTEM
source_urls = ['http://us.download.nvidia.com/tesla/%s/' % realversion] source_urls = ['http://us.download.nvidia.com/tesla/%s/' % realversion]
sources = ['NVIDIA-Linux-x86_64-%s.run' % realversion] sources = ['NVIDIA-Linux-x86_64-%s.run' % realversion]
checksums = ['55d7ae104827faa79e975321fe2b60f9dd42fbff65642053443c0e56fdb4c47d'] checksums = ['ad78fc2b29b8f498015277e30ae42530b61fecc298706bc0e9c193ee5e9c0660']
# To avoid conflicts between NVML and the kernel driver # To avoid conflicts between NVML and the kernel driver
postinstallcmds = ['rm %(installdir)s/lib64/libnvidia-ml.so*'] postinstallcmds = ['rm %(installdir)s/lib64/libnvidia-ml.so*']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment