downgrade nvidia driver to work with 12.8 cuda[ci skip]

This commit is contained in:
Viktor Barzin 2025-12-14 19:09:07 +00:00
parent 397fa0cba7
commit 308ce0019d
2 changed files with 13 additions and 46 deletions

View file

@ -49,7 +49,7 @@ resource "helm_release" "nvidia-gpu-operator" {
# version = "0.9.3"
timeout = 6000
# values = [templatefile("${path.module}/values.yaml", {})]
values = [templatefile("${path.module}/values.yaml", {})]
}
resource "kubernetes_deployment" "nvidia-exporter" {