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

Updating dockerfile

parent 66fcc269
No related branches found
No related tags found
No related merge requests found
Pipeline #179137 failed
......@@ -11,11 +11,18 @@ RUN curl -sS --insecure \
-H 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjo2LCJpYXQiOjE3MDU1NzI0NjYsImp0aSI6IjdkYjE3ODU1NGRhOWVhOTAxYTJjZTY0MmQ5OTFjODAyYmQzZWU1NDI1YmNjYWY4ODY3NjAwNDYwMGE4YmEyNzYiLCJleHAiOjE3MDU1ODY4NjYsInNjb3BlIjoicmVnaXN0cmF0aW9uI2dsb2JhbCByZWdpc3RyYXRpb24jaG9zdCJ9.ilNKpgg__g5RHlDOuwDxtFiTMKLNc-JvPDyWrgy48Pc' \
| bash
#dnf install epel-release
#dnf group install "Development Tools"
#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 \
patchelf findutils file gnupg2 hostname iproute unzip\
python3 python3-pip python3-setuptools python3-boto3
slurm slurm-libpmi pmix \
libibverbs libibverbs-utils \
rdma-core \
git subversion mercurial
git subversion mercurial \
jq \
RUN cd /opt && git clone https://github.com/spack/spack.git -b $SPACK_VERSION
#RUN cd /opt && git clone https://github.com/spack/spack.git -b $SPACK_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