mirror of
https://github.com/neodyland/sbv2-api.git
synced 2025-12-27 17:42:57 +00:00
Compare commits
1 Commits
commit-f08
...
commit-843
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9733ba95fa |
@@ -9,7 +9,6 @@ COPY --from=builder /work/target/release/sbv2_api /work/main
|
|||||||
COPY --from=builder /work/target/release/*.so /work
|
COPY --from=builder /work/target/release/*.so /work
|
||||||
RUN upx --best --lzma /work/main
|
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 strip --strip-unneeded {} +
|
||||||
RUN find /work -maxdepth 1 -name "*.so" -exec upx --best --lzma {} +
|
|
||||||
FROM nvidia/cuda:12.3.2-cudnn9-runtime-ubuntu22.04
|
FROM nvidia/cuda:12.3.2-cudnn9-runtime-ubuntu22.04
|
||||||
WORKDIR /work
|
WORKDIR /work
|
||||||
COPY --from=upx /work/main /work/main
|
COPY --from=upx /work/main /work/main
|
||||||
|
|||||||
Reference in New Issue
Block a user