From 65c768f885f198a7afd4c390e4339f337f63de1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 00:54:51 +0000 Subject: [PATCH] chore(deps): update nvidia/cuda docker tag to v12.3.1 --- 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 9cbd202..816ecb8 100644 --- a/base-devel.dockerfile +++ b/base-devel.dockerfile @@ -1,5 +1,5 @@ # pull from devel image instead of base -FROM nvidia/cuda:12.1.0-devel-ubuntu22.04 +FROM nvidia/cuda:12.3.1-devel-ubuntu22.04 # Set bash as the default shell ENV SHELL=/bin/bash diff --git a/base.dockerfile b/base.dockerfile index 9b2559e..d6f1ffc 100644 --- a/base.dockerfile +++ b/base.dockerfile @@ -1,4 +1,4 @@ -FROM nvidia/cuda:12.1.0-base-ubuntu22.04 +FROM nvidia/cuda:12.3.1-base-ubuntu22.04 # Set bash as the default shell ENV SHELL=/bin/bash