NOAA-GFDL / pace

Re-write of FV3GFS weather/climate model in Python
Apache License 2.0
12 stars 11 forks source link

Fix Dockerfile Module Versions #84

Closed oelbert closed 3 months ago

oelbert commented 3 months ago

Description The dockerfile reinstalls some python modules (numpy, mpi4py and netcdf) with specific versions hardcoded, and the netcdf4 and numpy versions are incompatible. None of these reinstalls are necessary anyway so I'm taking them out of the dockerfile.

Fixes # (issue) Didn't log it, sorry

How Has This Been Tested? Checked that everything runs from a fresh docker image build

Checklist: