Update Dockerfile

added comment.
This commit is contained in:
Al 2025-06-09 07:58:24 -04:00 committed by GitHub
parent 10ede420bb
commit 00f837d198
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 FROM --platform=$BUILDPLATFORM nvidia/cuda:12.4.1-cudnn-runtime-ubuntu22.04
# Set non-interactive frontend # Set non-interactive frontend
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive