Skip to content

Commit

Permalink
Per #6, forgot to uncomment one more line.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Oct 29, 2022
1 parent 1b46d81 commit 94afea7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,8 @@ RUN mkdir -p /met/external_libs/hdf5 \
&& LOG_FILE=/met/logs/hdf5-hdf5-${HDF5_VER}_make_install.log \
&& echo "Compiling hdf5-hdf5-${HDF5_VER} and writing log file ${LOG_FILE}" \
&& make install > ${LOG_FILE} \
&& cd /met/external_libs


# && rm -rf hdf5
&& cd /met/external_libs \
&& rm -rf hdf5

#
# Download and install NetCDF4 (C and C++).
Expand Down

0 comments on commit 94afea7

Please sign in to comment.