From fa6097eebff75dd25e96391c47000f616e5bc66b Mon Sep 17 00:00:00 2001 From: Oliver Elbert Date: Thu, 25 Apr 2024 08:46:46 -0400 Subject: [PATCH] fixing dockerfile overriding netcdf, mpi4py, and numpy versions with mutually incompatible versions (#84) --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index dca0e192..e1ab0d48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,9 +32,6 @@ RUN cd / && \ ENV CFLAGS="-I/usr/include -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1" RUN python3 -m pip install \ - numpy==1.21.2 \ - netCDF4==1.5.7 \ - mpi4py==3.1.1 \ matplotlib==3.5.2 \ ipyparallel==8.4.1 \ jupyterlab==3.4.4 \