diff --git a/pkg/agent/common/gpu.go b/pkg/agent/common/gpu.go index 3a9201f1ba7..e92274e1c71 100644 --- a/pkg/agent/common/gpu.go +++ b/pkg/agent/common/gpu.go @@ -26,13 +26,13 @@ const ( nvidia470CudaDriverVersion = "cuda-470.82.01" nvidia535CudaDriverVersion = "cuda-535.54.03" nvidia550CudaDriverVersion = "cuda-550.54.15" - nvidia535GridDriverVersion = "grid-535.154.05" + nvidia535GridDriverVersion = "grid-535.161.08" ) // These SHAs will change once we update aks-gpu images in aks-gpu repository. We do that fairly rarely at this time. // So for now these will be kept here like this. const ( - aksGPUGridSHA = "sha-13f51b" + aksGPUGridSHA = "sha-d1f0ca" aksGPUCudaSHA = "sha-2d4c96" )