Skip to content

Commit 5d2e037

Browse files
Merge pull request #3649 from SUSE/nvidia-update
Add new nvidia driver versions
2 parents 50e73d0 + 37e8ba8 commit 5d2e037

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/bci_build/package/nvidia.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,12 +735,16 @@ def _get_kernel_versions(variant: str, os_version: OsVersion):
735735

736736
# we need to support all versions supported by the gpu operator
737737
# https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/platform-support.html#gpu-operator-component-matrix
738+
# we should support versions only for data center
739+
# https://docs.nvidia.com/datacenter/tesla/index.html
738740
_NVIDIA_DRIVER_VERSIONS: list[tuple] = [
739741
# G07
740-
("595.45.04", True),
742+
("595.58.03", True),
743+
("595.45.04", False),
741744
("590.48.01", True),
742745
# G06
743-
("580.126.16", True),
746+
("580.126.20", True),
747+
("580.126.16", False),
744748
("580.126.09", False),
745749
("580.105.08", False),
746750
("580.95.05", False),

0 commit comments

Comments
 (0)