From a0643f3bb095045e2a820371c25dd8bedeae8f1e Mon Sep 17 00:00:00 2001 From: Paul Gierz Date: Thu, 20 Jun 2024 09:48:02 +0200 Subject: [PATCH] newer pmi librariers --- fesom2_test/Dockerfile | 4 ++-- fesom2_test_refactoring/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fesom2_test/Dockerfile b/fesom2_test/Dockerfile index 5648254..389cfd2 100644 --- a/fesom2_test/Dockerfile +++ b/fesom2_test/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.04 ENV PATH="/root/miniconda3/bin:${PATH}" ARG PATH="/root/miniconda3/bin:${PATH}" @@ -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/ diff --git a/fesom2_test_refactoring/Dockerfile b/fesom2_test_refactoring/Dockerfile index 78dc81e..2a2f5c7 100644 --- a/fesom2_test_refactoring/Dockerfile +++ b/fesom2_test_refactoring/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.04 ENV PATH="/opt/miniconda3/bin:${PATH}" ARG PATH="/opt/miniconda3/bin:${PATH}" @@ -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