Update 'Dockerfile'
This commit is contained in:
parent
f956fb9d16
commit
600199f7bb
@ -10,10 +10,3 @@ 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
|
|
Loading…
Reference in New Issue
Block a user