diff --git a/dockerfiles/rhel9/Dockerfile b/dockerfiles/rhel9/Dockerfile index c9772e62f738d4eaf544a1de3d1374e5cea4a6a4..5f37fc4132d49acdd7f2653b5e1325db85195095 100644 --- a/dockerfiles/rhel9/Dockerfile +++ b/dockerfiles/rhel9/Dockerfile @@ -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