Simplify build process.
This commit is contained in:
parent
ab797443f2
commit
4c5ead65c7
6 changed files with 24 additions and 11 deletions
|
@ -17,7 +17,7 @@ RUN apt-get install -y \
|
|||
openmpi-bin libopenmpi-dev
|
||||
|
||||
# Add python user.
|
||||
RUN groupadd --force "${GID}"
|
||||
RUN groupadd --force -g "${GID}" python
|
||||
RUN useradd --create-home --no-log-init -u "${UID}" -g "${GID}" python
|
||||
|
||||
# Create build directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue