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

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

parents 218bb614 547bb666
No related branches found
No related tags found
No related merge requests found
......@@ -16,13 +16,14 @@ RUN yum install -y \
# repos for kuma
ARG SLURM_REPO=SCITAS_product-slurm_repo-slurm-2311
ARG PMI_REPO=SCITAS_product-slurm_repo-slurm-2311
ARG MLNX_REPO=SCITAS_product-mlnx_repo-mlnx-ofed-24_01-0_3_3_1-5_14_0-70_30_1-rhel90
ARG CUDA_REPO=SCITAS_product-cuda_repo-cuda-535_154_05-x86_64-rhel9
ARG GPFS_REPO=SCITAS_product-gpfs_repo-gpfs-519
# stack dependencies
RUN yum install -y --enablerepo=$SLURM_REPO \
slurm-devel pmix-devel \
slurm-devel slurm-libpmi \
&& yum -y clean all && rm -fr /var/cache
RUN yum install -y --enablerepo=$MLNX_REPO \
......
......@@ -55,31 +55,48 @@
},
"system_packages": [
"autoconf",
"autoconf-archive",
"automake",
"autotools",
"berkley-db",
"bzip2",
"ca-certificates-mozilla",
"cmake",
"diffutils",
"expat",
"findutils",
"freetype",
"gawk",
"gdbm",
"gettext",
"glibc",
"gmake",
"gmp",
"gnuplot",
"libevent",
"libpciaccess",
"libsigsegv",
"libtool",
"libxml2",
"m4",
"macro-utils",
"mpc",
"mpfr",
"ncurses",
"openssl",
"pcre",
"pcre2",
"perl",
"pigz",
"pkgconf",
"pmix",
"rdma-core",
"readline",
"slurm",
"sqlite",
"tar",
"texinfo",
"xz",
"zlib-ng",
"zstd"
]
......
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