From 5383af28d9c3d96a3629e592b1856d386c220522 Mon Sep 17 00:00:00 2001 From: fabrice Date: Fri, 15 Mar 2019 14:47:43 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 21c2cc3..675ec35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,6 @@ RUN pip install plotly RUN pip install xgboost RUN pip install datascience RUN pip install okpy +RUN conda activate base RUN conda install -c conda-forge basemap -y WORKDIR $HOME/work/ \ No newline at end of file