Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber authored Dec 1, 2024
1 parent fcdc300 commit a70b53d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions containers/paragraph/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ RUN cmake /opt/paragraph-source -DCMAKE_INSTALL_PREFIX=/opt/paragraph -DBoost_NO
&& make install
RUN rm -rf /opt/paragraph-source

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

0 comments on commit a70b53d

Please sign in to comment.