From 290a452f2f669187204962d9c9d7bee8f1496c77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 12:19:44 +0000 Subject: [PATCH] Bump nvidia/cuda in /.devcontainer Bumps nvidia/cuda from 12.5.1-devel-ubuntu22.04 to 12.6.0-devel-ubuntu22.04. --- updated-dependencies: - dependency-name: nvidia/cuda dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index e63c8e4a..fe4bc7dc 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,6 +1,6 @@ # Use Nvidia Ubuntu 22 base (includes CUDA if a supported GPU is present) # https://hub.docker.com/r/nvidia/cuda -FROM nvidia/cuda:12.5.1-devel-ubuntu22.04@sha256:732f76ff134bfa50b9a86e2fe7d07fecd3730beb98f3bcef616c6ae9d9f33f4c +FROM nvidia/cuda:12.6.0-devel-ubuntu22.04@sha256:af25d2ef68f7aedaf0eb179e67773e64feefc3b65a12f59a6cd604ca7c53bb57 ARG PYTHON_VERSION