From 7baef51c3112489825d81bea385c64d118792b53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 21:42: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 9efe09745..3c6dab7eb 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