Update 'Dockerfile'

This commit is contained in:
fabrice 2019-01-20 19:14:25 +00:00
parent f956fb9d16
commit 600199f7bb

View File

@ -9,11 +9,4 @@ RUN pip install bokeh
RUN pip install scikit-learn RUN pip install scikit-learn
RUN pip install seaborn RUN pip install seaborn
RUN pip install plotly RUN pip install plotly
RUN pip install xgboost RUN pip install xgboost
RUN pip install pyproj
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 cd basemap-1.2.0rel/ && ls
RUN ls