File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ ARG CXX_FLAGS="-pedantic -Wextra -Wno-unknown-pragmas -D_GLIBCXX_ASSERTIONS"
1010ENV TERM=xterm \
1111 TZ=Europe/Berlin \
1212 DEBIAN_FRONTEND=noninteractive \
13- PATH=/root/.local/bin:${PATH}
13+ PATH=/root/.local/bin:${PATH} \
14+ OMPI_ALLOW_RUN_AS_ROOT=1 \
15+ OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
1416
1517RUN apt-get update && apt-get install -y --no-install-recommends \
1618 automake \
Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ ARG CXX_FLAGS="-pedantic -Wextra -Wno-unknown-pragmas -D_GLIBCXX_ASSERTIONS"
1010ENV TERM=xterm \
1111 TZ=Europe/Berlin \
1212 DEBIAN_FRONTEND=noninteractive \
13- PATH=/root/.local/bin:${PATH}
13+ PATH=/root/.local/bin:${PATH} \
14+ OMPI_ALLOW_RUN_AS_ROOT=1 \
15+ OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
1416
1517 RUN apt-get update && apt-get install -y --no-install-recommends \
1618 automake \
You can’t perform that action at this time.
0 commit comments