Update 'Dockerfile'

This commit is contained in:
fabrice 2019-01-20 18:52:06 +00:00
parent cea825e4aa
commit 10654ff919

View File

@ -12,5 +12,7 @@ RUN pip install plotly
RUN pip install xgboost RUN pip install xgboost
RUN pip install pyproj RUN pip install pyproj
RUN pip install pysph RUN pip install pysph
RUN wget https://github.com/matplotlib/basemap/archive/v1.2.0rel.tar.gz
RUN tar -xvzf v1.2.0rel.tar.gz
RUN rm v1.2.0rel.tar.gz
RUN ls RUN ls
#RUN wget https://github.com/matplotlib/basemap/archive/v1.2.0rel.tar.gz