From 0e16d6eef30ac266408eb5ed0506604cb36b0387 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:54:08 +0000 Subject: [PATCH] Update nvidia/cuda Docker tag to v12.6.1 --- tasks/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/test.yaml b/tasks/test.yaml index 51da9ae09..008ceba92 100644 --- a/tasks/test.yaml +++ b/tasks/test.yaml @@ -53,7 +53,7 @@ tasks: restartPolicy: Never containers: - name: gpu - image: "nvidia/cuda:12.6.0-base-ubuntu20.04@sha256:b0937b96f04e1f73279ead20a1d3bb38fb569071756ce1cbde337616beb63129" + image: "nvidia/cuda:12.6.1-base-ubuntu20.04@sha256:5d012529898dc2dc6f79671e7f77ab48459d7c31a73dff259b274afa80069e9d" command: [ "/bin/bash", "-c", "--" ] args: [ "while true; do sleep 30; done;" ] resources: