Skip to content

Commit

Permalink
Fix use mpirun as root in container
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengraber committed Dec 12, 2024
1 parent 807b178 commit d71e0c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ ARG CXX_FLAGS="-pedantic -Wextra -Wno-unknown-pragmas -D_GLIBCXX_ASSERTIONS"
ENV TERM=xterm \
TZ=Europe/Berlin \
DEBIAN_FRONTEND=noninteractive \
PATH=/root/.local/bin:${PATH}
PATH=/root/.local/bin:${PATH} \
OMPI_ALLOW_RUN_AS_ROOT=1 \
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1


RUN apt-get update && apt-get install -y --no-install-recommends \
automake \
Expand Down

0 comments on commit d71e0c7

Please sign in to comment.