Skip to content

Commit c59f6b6

Browse files
committed
update lab slurm build to RL9 w/ cgroup support
1 parent c553f5e commit c59f6b6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

environments/lab/slurmbuild/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rockylinux:8 as build-stage
1+
FROM rockylinux:9 as build-stage
22

33
ARG SLURM_VERSION=23.11.0 # From https://www.schedmd.com/downloads.php
44
ARG SLURM_PREFIX=/opt/slurm # Should match directory Slurm is installed at
@@ -9,7 +9,7 @@ RUN set -ex \
99
&& yum -y update \
1010
&& yum -y install dnf-plugins-core epel-release \
1111
&& yum -y install dnf-plugins-core \
12-
&& yum config-manager --set-enabled powertools \
12+
&& yum config-manager --set-enabled crb \
1313
&& yum -y install \
1414
wget \
1515
bzip2 \
@@ -35,11 +35,10 @@ RUN set -ex \
3535
pmix-devel \
3636
hwloc \
3737
hwloc-devel \
38+
dbus-devel \
3839
&& yum clean all \
3940
&& rm -rf /var/cache/yum
4041

41-
RUN alternatives --set python /usr/bin/python3
42-
4342
RUN pip3 install Cython nose
4443

4544
RUN set -x \

0 commit comments

Comments
 (0)