Skip to content

Commit

Permalink
Merge pull request #121 from StatCan/ompp-ulimit2
Browse files Browse the repository at this point in the history
fix(bash): remove -c, print ulimit
  • Loading branch information
Souheil-Yazji authored Feb 29, 2024
2 parents 0f80cf4 + d81fe93 commit c6a1cb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ompp-run-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RUN mkdir cd ${HOME} && \

USER $OMPP_USER

SHELL ["/bin/bash", "-c"]
SHELL ["/bin/bash"]

# default command check MPIEXEC verson, when used as a kubernetes container override with custom mpiexec execution
CMD mpiexec -V
CMD mpiexec -V && ulimit -S -s

0 comments on commit c6a1cb9

Please sign in to comment.