devops: fix shared libs in distroless

Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
Aaron Teo
2025-09-08 18:31:58 +08:00
parent a070157511
commit 2ff6694a0f

View File

@@ -36,7 +36,7 @@ ENV LLAMA_ARG_HOST=0.0.0.0
ENV LLAMA_ARG_PORT=8080
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
USER nonroot:nonroot