Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber authored Nov 26, 2024
1 parent 5aee428 commit ec01b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containers/paragraph/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:24.04

ENV DEBIAN_FRONTEND noninteractive

Expand Down Expand Up @@ -36,4 +36,4 @@ RUN cmake /opt/paragraph-source -DCMAKE_INSTALL_PREFIX=/opt/paragraph -DBoost_NO
RUN rm -rf /opt/paragraph-source

ENTRYPOINT ["/usr/bin/python3"]
CMD ["/opt/paragraph/bin/multigrmpy.py", "-h"]
CMD ["/opt/paragraph/bin/multigrmpy.py", "-h"]

0 comments on commit ec01b5c

Please sign in to comment.