copy rpc-server binary to runtime container
This commit is contained in:
@@ -56,6 +56,7 @@ RUN microdnf -y --nodocs --setopt=install_weak_deps=0 install \
|
||||
# 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 \
|
||||
|
||||
Reference in New Issue
Block a user