Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Added missing components to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed May 22, 2023
1 parent 9556d18 commit 5b5b5c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ RUN . /opt/intel/oneapi/setvars.sh
# Build the NetCDF libraries
RUN mkdir -p /opt/build && mkdir -p /opt/dist
ENV INDIR="/opt/dist//usr/local"
ENV INTEL_DIR="/opt/intel/oneapi/compiler/latest/linux"
ENV CC="${INTEL_DIR}/bin/icx-cc"
ENV INTEL_DIR="/opt/intel/oneapi"
ENV CC="${INTEL_DIR}/compiler/latest/linux/bin/icx-cc"
ENV FC="${INTEL_DIR}/mpi/latest/bin/mpiifort"

RUN apt-get update && apt-get upgrade -y && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
libhdf5-dev hdf5-tools zlib1g zlib1g-dev libxml2-dev libcurl-dev && \
libhdf5-dev hdf5-tools zlib1g zlib1g-dev libxml2-dev libcurl4-gnutls-dev m4 && \
rm -rf /var/lib/apt/lists/*


Expand Down

0 comments on commit 5b5b5c1

Please sign in to comment.