Skip to content

Commit

Permalink
Merge pull request #3035 from berkeley-dsep-infra/staging
Browse files Browse the repository at this point in the history
Merge #3032, #3033, #3034 to prod
  • Loading branch information
yuvipanda authored Nov 19, 2021
2 parents 7ada4e6 + 820b277 commit 9ca8272
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions deployments/data100/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jupyterhub:
tag: 0.0.1-n3657.h4f7f88c
singleuser:
defaultUrl: "/lab"
cmd:
- jupyterhub-singleuser
- --LabApp.collaborative=true
extraContainers:
- name: postgres
image: gcr.io/ucb-datahub-2018/jupyterhub-postgres:0.0.1-n3657.h4f7f88c
Expand Down
3 changes: 0 additions & 3 deletions deployments/datahub/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ jupyterhub:
nodeSelector:
hub.jupyter.org/pool-name: core-pool
singleuser:
cmd:
- jupyterhub-singleuser
- --LabApp.collaborative=true
nodeSelector:
hub.jupyter.org/pool-name: alpha-pool
storage:
Expand Down
4 changes: 4 additions & 0 deletions deployments/datahub/images/default/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@ ADD ipython_config.py ${IPYTHONDIR}/ipython_config.py
# install QGrid notebook extension
RUN jupyter nbextension enable --py --sys-prefix qgrid

# Temporarily install newer version of jupyterlab-link-share
# Move this back to just installing off infra-requirements once we are a bit stable
RUN pip install -U jupyterlab-link-share==0.2.3

EXPOSE 8888

ENTRYPOINT ["tini", "--"]

0 comments on commit 9ca8272

Please sign in to comment.