diff --git a/Dockerfile b/Dockerfile index 42a7c85..503053e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file + +#Basemap +RUN conda install --yes -c obspy basemap basemap-data-hires +RUN conda create --name basemap python=3.6 basemap +RUN conda activate basemap \ No newline at end of file