Update 'Dockerfile'

This commit is contained in:
fabrice 2019-01-25 13:34:26 +00:00
parent edd38175a8
commit efc94d9fb8

View File

@ -11,11 +11,4 @@ RUN pip install seaborn
RUN pip install plotly RUN pip install plotly
RUN pip install xgboost RUN pip install xgboost
RUN pip install datascience RUN pip install datascience
RUN pip install okpy RUN pip install okpy
#Basemap
RUN conda install -c anaconda basemap -y --quiet
#RUN conda install --yes -c obspy basemap basemap-data-hires
#RUN conda list
#RUN conda create --name basemap python=3.6 basemap
#RUN conda activate basemap