Update 'Dockerfile'

This commit is contained in:
fabrice 2019-03-15 15:41:11 +00:00
parent 9ee224d197
commit 84584d4563

View File

@ -13,5 +13,5 @@ RUN pip install xgboost
RUN pip install datascience RUN pip install datascience
RUN pip install okpy RUN pip install okpy
RUN conda install -c conda-forge basemap -y 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 RUN python /home/fix_basemap.py