From 7d7803942a65443a15891022e6dca8fee5861c83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 04:21:58 +0000 Subject: [PATCH] chore(deps): update nvidia/cuda docker tag to v12.6.3 --- base-devel.dockerfile | 2 +- base.dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base-devel.dockerfile b/base-devel.dockerfile index 797b1a7..8cb30d6 100644 --- a/base-devel.dockerfile +++ b/base-devel.dockerfile @@ -1,5 +1,5 @@ # pull from devel image instead of base -FROM nvidia/cuda:12.4.1-devel-ubuntu22.04 +FROM nvidia/cuda:12.6.3-devel-ubuntu22.04 # Set bash as the default shell ENV SHELL=/bin/bash diff --git a/base.dockerfile b/base.dockerfile index 98c6eef..f18ca14 100644 --- a/base.dockerfile +++ b/base.dockerfile @@ -1,4 +1,4 @@ -FROM nvidia/cuda:12.4.1-base-ubuntu22.04 +FROM nvidia/cuda:12.6.3-base-ubuntu22.04 # Set bash as the default shell ENV SHELL=/bin/bash