Update 'Dockerfile'

This commit is contained in:
fabrice 2019-03-15 16:24:44 +00:00
parent 175ec15946
commit d9a00c3159

View File

@ -15,4 +15,6 @@ 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 -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/ WORKDIR $HOME/work/