-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|