copy rpc-server binary to runtime container

This commit is contained in:
Donato Capitella
2025-11-17 08:04:02 +00:00
parent 9254f7b9e2
commit 79a2438861
8 changed files with 12 additions and 6 deletions
+1
View File
@@ -112,6 +112,7 @@ RUN microdnf -y --nodocs --setopt=install_weak_deps=0 \
# copy
COPY --from=builder /usr/local/ /usr/local/
COPY --from=builder /opt/llama.cpp/build/bin/rpc-* /usr/local/bin/
# ld
RUN echo "/usr/local/lib" > /etc/ld.so.conf.d/local.conf \