From 00f837d198645947542abfc274128fe20fec4b8d Mon Sep 17 00:00:00 2001 From: Al <42651882+GeekMage@users.noreply.github.com> Date: Mon, 9 Jun 2025 07:58:24 -0400 Subject: [PATCH] Update Dockerfile added comment. --- docker/gpu/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/gpu/Dockerfile b/docker/gpu/Dockerfile index 0f43851..ba6ea53 100644 --- a/docker/gpu/Dockerfile +++ b/docker/gpu/Dockerfile @@ -1,3 +1,4 @@ +#Updating CUDA to 12.4 to support older drivers and cards. FROM --platform=$BUILDPLATFORM nvidia/cuda:12.4.1-cudnn-runtime-ubuntu22.04 # Set non-interactive frontend ENV DEBIAN_FRONTEND=noninteractive