From e0176b899d1cbd8a193be4a6aeee7a80f2cc1b7c Mon Sep 17 00:00:00 2001 From: fabrice Date: Fri, 15 Mar 2019 15:08:30 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ab72937..c7cad6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,6 @@ RUN pip install seaborn RUN pip install plotly RUN pip install xgboost RUN pip install datascience -RUN pip install okpy \ No newline at end of file +RUN pip install okpy +RUN conda install -c conda-forge basemap -y +RUN conda install -c conda-forge basemap-data-hires \ No newline at end of file