diff --git a/Dockerfile b/Dockerfile index a891083..02046b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,6 @@ 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