We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 923a116 + 51e04b6 commit d1de2e8Copy full SHA for d1de2e8
docker/ubuntu
@@ -91,6 +91,8 @@ RUN . /opt/spack-environment/activate.sh && \
91
RUN { \
92
echo '#!/bin/sh' \
93
&& echo '.' /opt/spack-environment/activate.sh \
94
+ && echo export OMPI_ALLOW_RUN_AS_ROOT=1 \
95
+ && echo export OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 \
96
&& echo 'exec "$@"'; \
97
} > /entrypoint.sh \
98
&& chmod a+x /entrypoint.sh \
0 commit comments