diff --git a/Dockerfile b/Dockerfile index aadb3e5..67edbdd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN pip install scikit-learn RUN pip install seaborn RUN pip install plotly RUN pip install xgboost -RUN pip install basemap \ No newline at end of file +RUN pip install https://github.com/matplotlib/basemap/archive/v1.0.7rel.tar.gz \ No newline at end of file