From 84584d4563e4b20e2589b249013758d9e335e86a Mon Sep 17 00:00:00 2001 From: fabrice Date: Fri, 15 Mar 2019 15:41:11 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 756ba1e..57e594f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,5 @@ RUN pip install xgboost RUN pip install datascience RUN pip install okpy RUN conda install -c conda-forge basemap -y -RUN conda install -c conda-forge basemap-data-hires +RUN conda install -c conda-forge basemap-data-hires -y RUN python /home/fix_basemap.py \ No newline at end of file