From 4cd5df1398261a183d5628d7235615988090753e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 05:42:53 +0000 Subject: [PATCH] Update nvcr.io/nvidia/cuda Docker tag to v13.2.1 [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..f39417b18 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.2.1-base-ubi8 ARG DRIVER_VERSION ENV DRIVER_VERSION=$DRIVER_VERSION