Update llama-server-cuda.Dockerfile

This commit is contained in:
流年 2024-12-04 22:39:13 +08:00 committed by GitHub
parent d7da7ff8de
commit 284aa27838
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,6 @@
ARG UBUNTU_VERSION=20.04
ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Africa/Johannesburg
# This needs to generally match the container host's environment.
ARG CUDA_VERSION=11.3.1
# Target the CUDA build image