Skip to content

Commit

Permalink
try adding the epel repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
CusiniM committed Jun 21, 2024
1 parent 18b79ed commit 29223d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker/tpl-ubi-clang-cuda-12.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ ARG INSTALL_DIR
ENV GEOSX_TPL_DIR=$INSTALL_DIR

# Installing dependencies
RUN ln -fs /usr/share/zoneinfo/America/Los_Angeles /etc/localtime && \
yum clean all && \
yum -y update && \
yum -y install \
RUN dnf clean all && \
dnf -y update && \
dnf -y install epel-release && \
dnf -y install \
ca-certificates \
curl \
gcc-gfortran \
tbb \
blas-devel \
lapack-devel \
blas \
lapack \
zlib-devel \
openmpi \
openmpi-devel \
Expand Down

0 comments on commit 29223d7

Please sign in to comment.