Simplify build process.

This commit is contained in:
Fern Garden 2025-09-07 20:19:47 +08:00
parent ab797443f2
commit 4c5ead65c7
6 changed files with 24 additions and 11 deletions

View file

@ -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