From cc00b1f17d720a583081b9d48619b269d68cd589 Mon Sep 17 00:00:00 2001 From: fabrice Date: Fri, 15 Mar 2019 14:55:33 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a64c9b1..453b17f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,6 @@ RUN pip install plotly RUN pip install xgboost RUN pip install datascience RUN pip install okpy -RUN conda init bash -RUN conda activate base RUN conda install -c conda-forge basemap -y +RUN conda install -c conda-forge basemap-data-hires WORKDIR $HOME/work/ \ No newline at end of file