Skip to content

Commit

Permalink
Per #15, install yaml Python package
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Nov 7, 2023
1 parent 42d162f commit 251987d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,5 @@ RUN wget https://www.python.org/ftp/python/${PYTHON_VER}/Python-${PYTHON_VER}.tg
&& python3 -m pip install ${BLDOPTS} xarray \
&& export HDF5_DIR=/usr/local/ \
&& export NETCDF4_DIR=/usr/local/ \
&& python3 -m pip install ${BLDOPTS} netCDF4
&& python3 -m pip install ${BLDOPTS} netCDF4 \
&& python3 -m pip install ${BLDOPTS} yaml

0 comments on commit 251987d

Please sign in to comment.