diff --git a/Dockerfile b/Dockerfile index ffb6209..10e92ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,4 @@ 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 -COPY fix_basemap.py /home/fix_basemap.py -RUN python /home/fix_basemap.py \ No newline at end of file +RUN conda install -c conda-forge basemap-data-hires -y \ No newline at end of file