devops: fix shared libs in distroless
Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
parent
a070157511
commit
2ff6694a0f
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue