Skip to content

Commit

Permalink
updated docker file and removed hdf5
Browse files Browse the repository at this point in the history
  • Loading branch information
hpatel426 committed Oct 5, 2023
1 parent 4e4a622 commit 9806a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get upgrade -y \
gcc \
libnetcdf-dev \
libhdf5-dev \
hdf5-helpers \
#libhdf5-dev \
#hdf5-helpers \
&& pip3 install --upgrade pip \
&& pip3 install cython \
&& apt-get clean
Expand Down

0 comments on commit 9806a5a

Please sign in to comment.