From d33e242fec8547739296c644f664fb1de2e3aabb Mon Sep 17 00:00:00 2001 From: fabrice Date: Sun, 20 Jan 2019 18:36:58 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 67edbdd..a6b79cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,5 +9,4 @@ RUN pip install bokeh RUN pip install scikit-learn RUN pip install seaborn RUN pip install plotly -RUN pip install xgboost -RUN pip install https://github.com/matplotlib/basemap/archive/v1.0.7rel.tar.gz \ No newline at end of file +RUN pip install xgboost \ No newline at end of file