From f83d451e863b81576d85371c23bcb39ae4256ad9 Mon Sep 17 00:00:00 2001 From: Madiator2011 Date: Thu, 31 Oct 2024 21:10:28 +0100 Subject: [PATCH] upgrade dev to CUDA 12.4 --- official-templates/better-ai-launcher/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/official-templates/better-ai-launcher/Dockerfile b/official-templates/better-ai-launcher/Dockerfile index ae3cdab..6b5f09d 100644 --- a/official-templates/better-ai-launcher/Dockerfile +++ b/official-templates/better-ai-launcher/Dockerfile @@ -1,7 +1,7 @@ # Use the specified base image # lutzapps - use uppercase "AS" -FROM madiator2011/better-base:cuda12.1 AS base + FROM madiator2011/better-base:cuda12.4 AS base # lutzapps - prepare for local developement and debugging # needed to change the ORDER of "apt-get commands" and move the "update-alternatives" for python3