From 910e7fb5b684ffe39662c93bbc2e6b9d6035bb3b Mon Sep 17 00:00:00 2001 From: "imagegenius[bot]" <285394981+imagegenius[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 08:18:06 +0000 Subject: [PATCH] =?UTF-8?q?feat(container)!:=20Update=20image=20nvcr.io/nv?= =?UTF-8?q?idia/cuda=20(11.4.3=20=E2=86=92=2012.2.2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1d6e680..35a549d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM nvcr.io/nvidia/cuda:11.4.3-cudnn8-devel-ubuntu20.04 AS darknet-builder +FROM nvcr.io/nvidia/cuda:12.2.2-cudnn8-devel-ubuntu20.04 AS darknet-builder ARG DARKNET_VERSION ENV DEBIAN_FRONTEND="noninteractive"