mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-05 09:36:52 +00:00
devops: fix shared libs in distroless
Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
@@ -36,7 +36,7 @@ ENV LLAMA_ARG_HOST=0.0.0.0
|
|||||||
ENV LLAMA_ARG_PORT=8080
|
ENV LLAMA_ARG_PORT=8080
|
||||||
|
|
||||||
COPY --from=build /opt/llama.cpp/bin /
|
COPY --from=build /opt/llama.cpp/bin /
|
||||||
COPY --from=build /opt/llama.cpp/lib /
|
COPY --from=build /opt/llama.cpp/lib /usr/lib
|
||||||
|
|
||||||
WORKDIR /models
|
WORKDIR /models
|
||||||
USER nonroot:nonroot
|
USER nonroot:nonroot
|
||||||
|
|||||||
Reference in New Issue
Block a user