diff --git a/scripts/docker/cuda.Dockerfile b/scripts/docker/cuda.Dockerfile index b6490d0..68617d4 100644 --- a/scripts/docker/cuda.Dockerfile +++ b/scripts/docker/cuda.Dockerfile @@ -9,7 +9,6 @@ COPY --from=builder /work/target/release/sbv2_api /work/main COPY --from=builder /work/target/release/*.so /work RUN upx --best --lzma /work/main RUN find /work -maxdepth 1 -name "*.so" -exec strip --strip-unneeded {} + -RUN find /work -maxdepth 1 -name "*.so" -exec upx --best --lzma {} + FROM nvidia/cuda:12.3.2-cudnn9-runtime-ubuntu22.04 WORKDIR /work COPY --from=upx /work/main /work/main