From 175ec159461402cc697224dff0193c366d636f48 Mon Sep 17 00:00:00 2001 From: fabrice Date: Fri, 15 Mar 2019 15:48:20 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 453b17f..a891083 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,5 +14,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 WORKDIR $HOME/work/ \ No newline at end of file