Update 'Dockerfile'
This commit is contained in:
parent
cea825e4aa
commit
10654ff919
@ -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
|
|
Loading…
Reference in New Issue
Block a user