From e5913f1e61383c83e408acf871fb191ad45a0276 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 22:41:55 +0000 Subject: [PATCH] Update nvcr.io/nvidia/cuda Docker tag to v13.3.0 [vgpu-manager/rhel9] --- vgpu-manager/rhel9/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vgpu-manager/rhel9/Dockerfile b/vgpu-manager/rhel9/Dockerfile index de5d38052..b1c53ee7c 100644 --- a/vgpu-manager/rhel9/Dockerfile +++ b/vgpu-manager/rhel9/Dockerfile @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM nvcr.io/nvidia/cuda:13.2.0-base-ubi9 +FROM nvcr.io/nvidia/cuda:13.3.0-base-ubi9 ARG DRIVER_VERSION ENV DRIVER_VERSION=$DRIVER_VERSION