From 3c7a03c78e5fefcda4274cdff105b03818064c07 Mon Sep 17 00:00:00 2001 From: fabrice Date: Sun, 20 Jan 2019 18:32:58 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a6b79cd..aadb3e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,5 @@ RUN pip install bokeh RUN pip install scikit-learn RUN pip install seaborn RUN pip install plotly -RUN pip install xgboost \ No newline at end of file +RUN pip install xgboost +RUN pip install basemap \ No newline at end of file