From a70b53d57aa13cf7fe74cbb884c96542f7fcb3e1 Mon Sep 17 00:00:00 2001 From: bbimber Date: Sun, 1 Dec 2024 08:05:40 -0800 Subject: [PATCH] Update Dockerfile --- containers/paragraph/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/containers/paragraph/Dockerfile b/containers/paragraph/Dockerfile index f5ff902..c49c4aa 100644 --- a/containers/paragraph/Dockerfile +++ b/containers/paragraph/Dockerfile @@ -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"]