From 9f7abf534e290d35c658d6e427fe2f262c758d6c Mon Sep 17 00:00:00 2001 From: fabrice Date: Fri, 15 Mar 2019 16:46:44 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 10e92ab..ffb6209 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,6 @@ 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 -y \ No newline at end of file +RUN conda install -c conda-forge basemap-data-hires -y +COPY fix_basemap.py /home/fix_basemap.py +RUN python /home/fix_basemap.py \ No newline at end of file