copy RPC binaries

This commit is contained in:
Donato Capitella
2025-11-02 14:24:01 +00:00
parent e7ab366464
commit 49e1e5dd63
+1
View File
@@ -87,6 +87,7 @@ RUN microdnf -y --nodocs --setopt=install_weak_deps=0 install \
COPY --from=builder /opt/rocm-7.0 /opt/rocm-7.0 COPY --from=builder /opt/rocm-7.0 /opt/rocm-7.0
COPY --from=builder /usr/local/ /usr/local/ COPY --from=builder /usr/local/ /usr/local/
COPY --from=builder /opt/llama.cpp/build/bin/rpc-* /usr/local/bin/
COPY gguf-vram-estimator.py /usr/local/bin/ COPY gguf-vram-estimator.py /usr/local/bin/
RUN chmod +x /usr/local/bin/gguf-vram-estimator.py RUN chmod +x /usr/local/bin/gguf-vram-estimator.py