From c544a54778350b6e93ebddba5d70ca79bcddb491 Mon Sep 17 00:00:00 2001 From: fabrice Date: Fri, 15 Mar 2019 16:48:11 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 02046b8..a891083 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,4 @@ 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 -COPY fix_basemap.py /home/fix_basemap.py -RUN python /home/fix_basemap.py WORKDIR $HOME/work/ \ No newline at end of file