Spaces:
Running
Running
copy all shared libs including versioned symlinks
Browse files- 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/
|
| 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
|