Skip to content

Commit

Permalink
Unlocked rocky user
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Jun 30, 2023
1 parent b1c09e0 commit 631b578
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ RUN set -x \
&& groupadd -r --gid=990 slurm \
&& useradd -r -g slurm --uid=990 slurm \
&& groupadd --gid=1000 rocky \
&& useradd -g rocky --uid=1000 rocky
&& useradd -g rocky --uid=1000 rocky \
&& usermod -p '*' rocky

RUN mkdir /etc/sysconfig/slurm \
/var/spool/slurmd \
Expand Down

0 comments on commit 631b578

Please sign in to comment.