diff --git a/Dockerfile b/Dockerfile index 503053e..bede489 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,5 +15,6 @@ RUN pip install okpy #Basemap 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 \ No newline at end of file