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 pyproj
RUN pip install pysph
RUN ls
#RUN wget https://github.com/matplotlib/basemap/archive/v1.2.0rel.tar.gz
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