From c0a8c864a2c475c5be3660b5ff635881c4de55fc Mon Sep 17 00:00:00 2001 From: Michael Delgado Date: Tue, 24 Sep 2019 18:11:12 -0700 Subject: [PATCH] drop basemap --- notebook/Dockerfile | 1 - worker/Dockerfile | 1 - 2 files changed, 2 deletions(-) diff --git a/notebook/Dockerfile b/notebook/Dockerfile index d8e87a6..0ef777e 100644 --- a/notebook/Dockerfile +++ b/notebook/Dockerfile @@ -7,7 +7,6 @@ USER $NB_USER RUN conda config --add channels conda-forge RUN conda update --yes conda RUN conda install --yes -c conda-forge \ - basemap=1.1.0 \ beautifulsoup4=4.6.1 \ bokeh=0.13.0 \ bqplot \ diff --git a/worker/Dockerfile b/worker/Dockerfile index 8b345f8..4bc8f9d 100644 --- a/worker/Dockerfile +++ b/worker/Dockerfile @@ -7,7 +7,6 @@ USER $NB_USER RUN conda config --add channels conda-forge RUN conda update --yes conda RUN conda create -n worker --yes -c conda-forge \ - basemap=1.1.0 \ beautifulsoup4=4.6.1 \ bokeh=0.13.0 \ bqplot \