Skip to content

Commit

Permalink
Merge pull request #96 from betatim/bchub-docker
Browse files Browse the repository at this point in the history
Add Dockerfile for the custom bootcamp-hub deployment - this should fix the bootcamp build!
  • Loading branch information
Leah Wasser committed Aug 3, 2018
2 parents 52bd02d + 89b7d5f commit 9e17625
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions user-images/bootcamp-hub/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM earthlab/earth-analytics-python-env:41ae80f

RUN pip install --no-cache --upgrade --upgrade-strategy only-if-needed \
jupyterhub==0.9.0 nbzip==0.0.4

RUN jupyter serverextension enable --py nbzip --sys-prefix
RUN jupyter nbextension install --py nbzip --sys-prefix
RUN jupyter nbextension enable --py nbzip --sys-prefix

0 comments on commit 9e17625

Please sign in to comment.