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

adapting docker

parent 193c8bb3
No related branches found
No related tags found
No related merge requests found
Pipeline #197270 failed
......@@ -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 \
......
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