From 04b7194cab7a50f0661fed3866199761c2aa0be7 Mon Sep 17 00:00:00 2001 From: "kognic-renovate[bot]" <266034230+kognic-renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 20:00:30 +0000 Subject: [PATCH] fix(deps): update nvidia/cuda docker tag to v13 --- .github/build.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/build.Dockerfile b/.github/build.Dockerfile index d353717..6d7df1c 100644 --- a/.github/build.Dockerfile +++ b/.github/build.Dockerfile @@ -1,4 +1,4 @@ -FROM nvidia/cuda:12.9.1-cudnn-devel-ubuntu24.04 +FROM nvidia/cuda:13.3.1-cudnn-devel-ubuntu24.04@sha256:4d1953dba131182cfd732ced5c1025c770e6e298952e001aff5cadbc082069fc RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections