Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
drop basemap
Browse files Browse the repository at this point in the history
  • Loading branch information
delgadom committed Sep 25, 2019
1 parent 5fbe7fb commit c0a8c86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit c0a8c86

Please sign in to comment.