From 59f2a1aa1ccd870b1d5d96908d8f46ee2aa4dfb8 Mon Sep 17 00:00:00 2001 From: fabrice Date: Fri, 25 Jan 2019 12:50:00 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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