Update 'Dockerfile'

This commit is contained in:
fabrice 2019-01-25 12:50:00 +00:00
parent 559f74b989
commit 59f2a1aa1c

View File

@ -12,4 +12,8 @@ RUN pip install plotly
RUN pip install xgboost
RUN pip install datascience
RUN pip install okpy
#Basemap
RUN conda install --yes -c obspy basemap basemap-data-hires
RUN conda create --name basemap python=3.6 basemap
RUN conda activate basemap