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

update dockerfile

parent eb4230e8
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ ENV SPACK_DISABLE_LOCAL_CONFIG=true \
RUN echo "10.95.33.172 foreman1.hpc.epfl.ch" >> /etc/hosts
RUN curl -sS --insecure \
'https://foreman1.hpc.epfl.ch/register?activation_keys=ak-helvetios&organization_id=1&update_packages=false' \
-H "'Authorization: Bearer ${RHEL_TOKEN}" \
-H "Authorization: Bearer ${RHEL_TOKEN}" \
| bash
......@@ -17,7 +17,8 @@ RUN curl -sS --insecure \
#dnf install curl findutils gcc-gfortran gnupg2 hostname iproute redhat-lsb-core python3 python3-pip python3-setuptools unzip python3-boto3
RUN yum install gcc-g++ gcc-gfortran \
patchelf findutils file gnupg2 hostname iproute unzip\
patchelf findutils patch \
xz bzip2 file gnupg2 hostname iproute unzip\
python3 python3-pip python3-setuptools python3-boto3
slurm slurm-libpmi pmix \
libibverbs libibverbs-utils \
......
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