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
@@ -68,6 +68,7 @@ RUN curl -L -o /tmp/amdvlk-2025.Q2.1.x86_64.rpm \
# copy
COPY --from=builder /usr/ /usr/
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 \