Update 'Dockerfile'
This commit is contained in:
parent
559f74b989
commit
59f2a1aa1c
@ -12,4 +12,8 @@ RUN pip install plotly
|
||||
RUN pip install xgboost
|
||||
RUN pip install datascience
|
||||
RUN pip install okpy
|
||||
RUN conda install --yes -c obspy basemap basemap-data-hires
|
||||
|
||||
#Basemap
|
||||
RUN conda install --yes -c obspy basemap basemap-data-hires
|
||||
RUN conda create --name basemap python=3.6 basemap
|
||||
RUN conda activate basemap
|
Loading…
Reference in New Issue
Block a user