diff --git a/Dockerfile b/Dockerfile index 1426049..f84d48d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,5 @@ RUN pip install plotly RUN pip install xgboost RUN pip install datascience RUN pip install okpy +RUN pip install --user git+https://github.com/matplotlib/basemap.git WORKDIR $HOME/work/ \ No newline at end of file