Skip to content

Commit f1c1dda

Browse files
slurm-python add utilities
1 parent 030da21 commit f1c1dda

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

slurm-python/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ FROM docker.io/python:$PYTHON_VERSION
77
ARG SLURM_VERSION="24.05.3"
88
ARG SLUMR_USER_UID=990
99
ARG SLURM_USER_GID=990
10+
ARG VOXELYTICS_USER_UID=999
1011

11-
RUN apt-get update && apt-get install -y curl
12+
RUN apt-get update && apt-get install -y curl libpq-dev
1213

1314
# Setup Slurm User
1415
RUN addgroup --gid "$SLURM_USER_GID" slurm \
1516
&& adduser --system --uid "$SLUMR_USER_UID" --ingroup slurm slurm
17+
RUN adduser --system --uid "$VOXELYTICS_USER_UID" --ingroup staff voxelytics
1618

1719
# Install Slurm Client
1820
RUN curl -Lo /tmp/slurm-smd.deb "https://github.com/scalableminds/slurm-packages/releases/download/$SLURM_VERSION/slurm-smd_$SLURM_VERSION-1_amd64.deb" \

0 commit comments

Comments
 (0)