Closed scotthavens closed 3 years ago
Update the docker image to Python 3.8 slim image. This uses a multi stage build to build wgrib2 first and copies the executable into the main image.
wgrib2
Because of #28 and the eventual deprecation of grib2nc, the docker image does not contain netcdf utilities to convert the grib files to netcdf.
grib2nc
Update the docker image to Python 3.8 slim image. This uses a multi stage build to build
wgrib2
first and copies the executable into the main image.Because of #28 and the eventual deprecation of
grib2nc
, the docker image does not contain netcdf utilities to convert the grib files to netcdf.