Skip to content

Commit

Permalink
newer pmi librariers
Browse files Browse the repository at this point in the history
  • Loading branch information
pgierz committed Jun 20, 2024
1 parent b30aca5 commit a0643f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions fesom2_test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04
ENV PATH="/root/miniconda3/bin:${PATH}"
ARG PATH="/root/miniconda3/bin:${PATH}"

Expand All @@ -10,7 +10,7 @@ RUN apt-add-repository -y universe
RUN apt-get update

RUN apt-get -y install make gfortran gcc g++ libblas-dev libopenmpi-dev
RUN apt-get -y install cmake vim git git-lfs libnetcdf-dev libnetcdff-dev libpmi2-pmix
RUN apt-get -y install cmake vim git git-lfs libnetcdf-dev libnetcdff-dev libpmix-dev libpmi2-0-dev libpmi2-0t64
RUN apt-get -y install wget

WORKDIR /fesom/
Expand Down
4 changes: 2 additions & 2 deletions fesom2_test_refactoring/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04
ENV PATH="/opt/miniconda3/bin:${PATH}"
ARG PATH="/opt/miniconda3/bin:${PATH}"

Expand All @@ -9,7 +9,7 @@ RUN apt-get update \
&& apt-add-repository -y universe \
&& apt-get update \
&& apt-get -y install make gfortran gcc g++ libblas-dev libopenmpi-dev \
&& apt-get -y install cmake vim git git-lfs libnetcdf-dev libnetcdff-dev libpmi2-pmix \
&& apt-get -y install cmake vim git git-lfs libnetcdf-dev libnetcdff-dev libpmix-dev libpmi2-0-dev libpmi2-0t64 \
&& apt-get -y install wget \
&& apt-get -y install nco cdo netcdf-bin \
&& apt-get -y install python3-pip python3-tk libudunits2-dev libproj-dev proj-bin libgeos-dev libcunit1-dev
Expand Down

0 comments on commit a0643f3

Please sign in to comment.