From efc94d9fb84874b812f061e6da06eff068626ee4 Mon Sep 17 00:00:00 2001 From: fabrice Date: Fri, 25 Jan 2019 13:34:26 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 50a13c9..ab72937 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,11 +11,4 @@ RUN pip install seaborn RUN pip install plotly RUN pip install xgboost RUN pip install datascience -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 \ No newline at end of file +RUN pip install okpy \ No newline at end of file