We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50e73d0 + 37e8ba8 commit 5d2e037Copy full SHA for 5d2e037
1 file changed
src/bci_build/package/nvidia.py
@@ -735,12 +735,16 @@ def _get_kernel_versions(variant: str, os_version: OsVersion):
735
736
# we need to support all versions supported by the gpu operator
737
# 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
740
_NVIDIA_DRIVER_VERSIONS: list[tuple] = [
741
# G07
- ("595.45.04", True),
742
+ ("595.58.03", True),
743
+ ("595.45.04", False),
744
("590.48.01", True),
745
# G06
- ("580.126.16", True),
746
+ ("580.126.20", True),
747
+ ("580.126.16", False),
748
("580.126.09", False),
749
("580.105.08", False),
750
("580.95.05", False),
0 commit comments