From aaaf1d818b6138d74d5081c7e315baf6f9b69cdf Mon Sep 17 00:00:00 2001 From: fabrice Date: Sun, 20 Jan 2019 18:35:23 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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