From 754246b09661aa537f4fb928a5344ac578ab158f Mon Sep 17 00:00:00 2001 From: Ganeshkumar Ashokavardhanan Date: Wed, 1 Jul 2026 13:36:00 -0700 Subject: [PATCH] feat(gpu): bump aks-gpu-cuda to 595.71.05 (build-only-capable; prereq for CUDA prebake) Bump the cached CUDA driver image aks-gpu-cuda from 580.126.09-20260126030251 (Jan 2026) to 595.71.05-20260623180420. Prerequisite for the CUDA driver prebake (install-dependencies.sh, merged in #8786; flag enabled in #8803). The prebake runs the aks-gpu container with `/entrypoint.sh build-only`, an action added in aks-gpu #162 (June 2026). No 580.126.09 image supports build-only (newest 580 build is 2026-04-30, pre-#162); only the 595.71.05 family (May-June builds) does. Without this bump the prebake fails at VHD build: install.sh:4 `source /opt/gpu/config.sh: No such file`. This exact image was validated green via the prebake GPU e2e. WARNING -- drops V100/Volta support. NVIDIA R590/R595 branches no longer load on Tesla V100 (Volta); R580 is the last branch supporting it. AgentBaker e2e still exercises V100 via Standard_NC6s_v3 (Test_Ubuntu2204_GPUNC, Test_ACL_GPUNC, GPUNoDriver, AzureLinux GPU), so this will break those scenarios and any NC-v3/ V100 nodes on the shared image. Do not merge without V100/NC-v3 EOL sign-off (or an aks-gpu build-only backport to a V100-capable 580.x image). Kept as draft. Signed-off-by: Ganeshkumar Ashokavardhanan --- parts/common/components.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/common/components.json b/parts/common/components.json index c98fbe9d701..1974373bcfa 100644 --- a/parts/common/components.json +++ b/parts/common/components.json @@ -739,7 +739,7 @@ "downloadURL": "mcr.microsoft.com/aks/aks-gpu-cuda:*", "gpuVersion": { "renovateTag": "registry=https://mcr.microsoft.com, name=aks/aks-gpu-cuda", - "latestVersion": "580.126.09-20260126030251" + "latestVersion": "595.71.05-20260623180420" } }, {