diff --git a/Dockerfile b/Dockerfile index 756ba1e..57e594f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,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 RUN python /home/fix_basemap.py \ No newline at end of file