File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
environments/lab/slurmbuild Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM rockylinux:8 as build-stage
1
+ FROM rockylinux:9 as build-stage
2
2
3
3
ARG SLURM_VERSION=23.11.0 # From https://www.schedmd.com/downloads.php
4
4
ARG SLURM_PREFIX=/opt/slurm # Should match directory Slurm is installed at
@@ -9,7 +9,7 @@ RUN set -ex \
9
9
&& yum -y update \
10
10
&& yum -y install dnf-plugins-core epel-release \
11
11
&& yum -y install dnf-plugins-core \
12
- && yum config-manager --set-enabled powertools \
12
+ && yum config-manager --set-enabled crb \
13
13
&& yum -y install \
14
14
wget \
15
15
bzip2 \
@@ -35,11 +35,10 @@ RUN set -ex \
35
35
pmix-devel \
36
36
hwloc \
37
37
hwloc-devel \
38
+ dbus-devel \
38
39
&& yum clean all \
39
40
&& rm -rf /var/cache/yum
40
41
41
- RUN alternatives --set python /usr/bin/python3
42
-
43
42
RUN pip3 install Cython nose
44
43
45
44
RUN set -x \
You can’t perform that action at this time.
0 commit comments