From 6e65b6b85a4e7ef0ed43d166ad4e00d5396bacb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:00:07 -0300 Subject: [PATCH] Update nvidia/cuda Docker tag to v12.6.1 (#474) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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: