mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-01 09:01:57 +00:00
devops: fix unknown model loading failures
Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
@@ -45,7 +45,7 @@ ENV LLAMA_ARG_HOST=0.0.0.0
|
||||
ENV LLAMA_ARG_PORT=8080
|
||||
|
||||
# Copy llama.cpp binaries and libraries
|
||||
COPY --from=collector /bin/llama.cpp/llama-server /
|
||||
COPY --from=collector /bin/llama.cpp /
|
||||
COPY --from=collector /lib/llama.cpp /usr/lib/s390x-linux-gnu
|
||||
|
||||
# Copy all shared libraries
|
||||
|
||||
Reference in New Issue
Block a user