Skip to content
Snippets Groups Projects
Commit d6c1d0d0 authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Merge branch 'main' of gitlab.epfl.ch:SCITAS/software-stack/scitas-software-stacks

parents 9b71d257 4dfce3de
No related branches found
No related tags found
No related merge requests found
Pipeline #204651 canceled
......@@ -25,12 +25,13 @@ RUN yum install -y --enablerepo=$APPSTREAM_REPO \
xz bzip2 file gnupg2 hostname iproute unzip zlib-devel\
python3 python3-pip python3-setuptools python3-boto3 \
git subversion mercurial \
ninja-build \
libglvnd-devel \
glibc-gconv-extra \
squashfs-tools \
squashfuse fuse-overlayfs \
&& yum -y clean all && rm -fr /var/cache
# stack dependencies
RUN yum install -y --enablerepo=$SLURM_REPO \
slurm-devel-${SLURM_VERSION} \
......
......@@ -25,12 +25,13 @@ RUN yum install -y --enablerepo=$APPSTREAM_REPO \
xz bzip2 file gnupg2 hostname iproute unzip zlib-devel\
python3 python3-pip python3-setuptools python3-boto3 \
git subversion mercurial \
ninja-build \
libglvnd-devel
glibc-gconv-extra \
squashfs-tools \
squashfuse fuse-overlayfs \
&& yum -y clean all && rm -fr /var/cache
# stack dependencies
RUN yum install -y --enablerepo=$SLURM_REPO \
slurm-devel-${SLURM_VERSION} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment