From 6586da39381dd7f821299acd18fbfd038c5ed3a7 Mon Sep 17 00:00:00 2001 From: fabrice Date: Fri, 15 Mar 2019 14:37:13 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a35e69f..21c2cc3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,5 @@ RUN pip install plotly RUN pip install xgboost RUN pip install datascience RUN pip install okpy -RUN apt-get install libgeos-3.3.3 libgeos-c1 libgeos-dev -RUN pip install --user git+https://github.com/matplotlib/basemap.git +RUN conda install -c conda-forge basemap -y WORKDIR $HOME/work/ \ No newline at end of file