From a9f89210d3cd70a9978e0e6dec17334c60853a8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 05:50:45 +0000 Subject: [PATCH] Update nvcr.io/nvidia/cuda Docker tag to v13.3.0 [vgpu-manager/rhel8] --- vgpu-manager/rhel8/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vgpu-manager/rhel8/Dockerfile b/vgpu-manager/rhel8/Dockerfile index 8131a230d..d3dff1fbc 100644 --- a/vgpu-manager/rhel8/Dockerfile +++ b/vgpu-manager/rhel8/Dockerfile @@ -1,4 +1,4 @@ -FROM nvcr.io/nvidia/cuda:13.2.0-base-ubi8 +FROM nvcr.io/nvidia/cuda:13.3.0-base-ubi8 ARG DRIVER_VERSION ENV DRIVER_VERSION=$DRIVER_VERSION