Skip to content

Commit

Permalink
Reduce size
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Oct 14, 2024
1 parent dea8a88 commit 753acf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN cd eigen && git apply --ignore-space-change --ignore-whitespace ../patch_siz
RUN mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make

FROM debian AS runtime
RUN apt-get update && apt-get install -y libtbb12 libmpfr6 libgmp10
RUN apt-get update && apt-get install -y libtbb12 libmpfr6 libgmp10 && apt-get clean -y
COPY --from=builder /vpmr/build/vpmr /usr/bin/vpmr
ENTRYPOINT ["/usr/bin/vpmr"]
CMD ["-h"]

0 comments on commit 753acf8

Please sign in to comment.