mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-02 09:12:03 +00:00
devops: fix missing stage ref
Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
@@ -49,7 +49,7 @@ COPY --from=collector /bin/llama.cpp/llama-server /
|
||||
COPY --from=collector /lib/llama.cpp /usr/lib/s390x-linux-gnu
|
||||
|
||||
# Copy all shared libraries
|
||||
COPY --from=build /lib/distro /lib/s390x-linux-gnu
|
||||
COPY --from=collector /lib/distro /lib/s390x-linux-gnu
|
||||
|
||||
WORKDIR /models
|
||||
EXPOSE ${LLAMA_ARG_PORT}
|
||||
|
||||
Reference in New Issue
Block a user