From 28843977da8590d790043f5eb47d64ea2b14949e Mon Sep 17 00:00:00 2001 From: fabrice Date: Fri, 15 Mar 2019 14:31:30 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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