From c9700b8a75d17a4aa79314b3813cbc7403925d48 Mon Sep 17 00:00:00 2001 From: fabrice Date: Fri, 15 Mar 2019 14:48:47 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 675ec35..a64c9b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ 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 WORKDIR $HOME/work/ \ No newline at end of file