From d81fe933ff10a562bb6a8fb8eeaf315d115165df Mon Sep 17 00:00:00 2001 From: souheil-yazji Date: Thu, 29 Feb 2024 19:58:59 +0000 Subject: [PATCH] fix(bash): remove -c, print ulimit --- ompp-run-ubuntu/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ompp-run-ubuntu/Dockerfile b/ompp-run-ubuntu/Dockerfile index d446f4e..82af119 100644 --- a/ompp-run-ubuntu/Dockerfile +++ b/ompp-run-ubuntu/Dockerfile @@ -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 \ No newline at end of file +CMD mpiexec -V && ulimit -S -s \ No newline at end of file