Skip to content

Commit

Permalink
remove python2
Browse files Browse the repository at this point in the history
  • Loading branch information
corviday committed Sep 18, 2024
1 parent 7e7cb06 commit 7384157
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ LABEL Maintainer="James Hiebert <[email protected]>"
ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update
RUN apt-get -yq install libhdf5-dev libnetcdf-dev libgdal-dev
RUN apt-get -yq install libyaml-dev python python-dev python-pip
RUN apt-get -yq install python-virtualenv cython
RUN apt-get -yq install libhdf5-dev libnetcdf-dev
RUN apt-get -yq install libyaml-dev libgdal-dev
RUN apt-get -yq install python3 python3-dev python3-pip
RUN apt^get -yq install cython3

Expand Down

0 comments on commit 7384157

Please sign in to comment.