Skip to content

Commit

Permalink
per #1319 added netCDF4 python package to MET docker image so it is a…
Browse files Browse the repository at this point in the history
…vailable for python embedding cases that use MET_PYTHON_EXE
  • Loading branch information
georgemccabe committed Apr 5, 2021
1 parent 1bafac0 commit 9a9bbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/Dockerfile
Expand Up @@ -53,7 +53,7 @@ RUN yum -y update \
&& yum -y install gv ncview wgrib wgrib2 ImageMagick ps2pdf \
&& yum -y install python3 python3-devel python3-pip \
&& pip3 install --upgrade pip \
&& python3 -m pip install numpy xarray
&& python3 -m pip install numpy xarray netCDF4

#
# Set the working directory.
Expand Down

0 comments on commit 9a9bbc7

Please sign in to comment.