diff --git a/Dockerfile b/Dockerfile index 028454d..8aa0043 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file +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 \ No newline at end of file