fix package src in containerfile

This commit is contained in:
Benson Wong
2025-02-15 18:20:35 -08:00
parent 3f462da146
commit f5e6ec3b7a

View File

@@ -1,5 +1,5 @@
ARG BASE_TAG=server-cuda ARG BASE_TAG=server-cuda
FROM ghcr.io/ggerganov/llama.cpp:${BASE_TAG} FROM ghcr.io/ggml-org/llama.cpp:${BASE_TAG}
# has to be after the FROM # has to be after the FROM
ARG LS_VER=89 ARG LS_VER=89