Nekochu commited on
Commit
567a93e
·
1 Parent(s): fd22b19

copy all shared libs including versioned symlinks

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ RUN mkdir -p /artifacts \
22
  && cp /build/build/ace-server /artifacts/ \
23
  && cp /build/build/ace-lm /artifacts/ \
24
  && cp /build/build/ace-synth /artifacts/ \
25
- && (cp /build/build/libggml*.so /artifacts/ 2>/dev/null || true)
26
 
27
  # ---------------------------------------------------------------------------
28
  # Runtime image
 
22
  && cp /build/build/ace-server /artifacts/ \
23
  && cp /build/build/ace-lm /artifacts/ \
24
  && cp /build/build/ace-synth /artifacts/ \
25
+ && (cp -a /build/build/lib*.so* /artifacts/ 2>/dev/null || true)
26
 
27
  # ---------------------------------------------------------------------------
28
  # Runtime image