Skip to content

Commit

Permalink
Merge pull request #2847 from berkeley-dsep-infra/staging
Browse files Browse the repository at this point in the history
Merge #2844 to prod
  • Loading branch information
yuvipanda authored Oct 7, 2021
2 parents 74cc1bd + 3c3bc8a commit 7650bc6
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion deployments/biology/image/infra-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
notebook==6.4.3
# Seems to cause a version conflict with jupyter-server-proxy
jupyter-client<7.0
jupyterlab==3.1.10
jupyterlab==3.1.17
nbconvert==6.1.0
retrolab==0.3.5
nbgitpuller==0.10.2
Expand Down
2 changes: 1 addition & 1 deletion deployments/data8/image/infra-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
notebook==6.4.3
# Seems to cause a version conflict with jupyter-server-proxy
jupyter-client<7.0
jupyterlab==3.1.10
jupyterlab==3.1.17
nbconvert==6.1.0
retrolab==0.3.5
nbgitpuller==0.10.2
Expand Down
2 changes: 1 addition & 1 deletion deployments/data8x/image/infra-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
notebook==6.4.3
# Seems to cause a version conflict with jupyter-server-proxy
jupyter-client<7.0
jupyterlab==3.1.10
jupyterlab==3.1.17
nbconvert==6.1.0
retrolab==0.3.5
nbgitpuller==0.10.2
Expand Down
2 changes: 1 addition & 1 deletion deployments/datahub/images/default/infra-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
notebook==6.4.3
# Seems to cause a version conflict with jupyter-server-proxy
jupyter-client<7.0
jupyterlab==3.1.10
jupyterlab==3.1.17
nbconvert==6.1.0
retrolab==0.3.5
nbgitpuller==0.10.2
Expand Down
2 changes: 1 addition & 1 deletion deployments/dlab/image/infra-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
notebook==6.4.3
# Seems to cause a version conflict with jupyter-server-proxy
jupyter-client<7.0
jupyterlab==3.1.10
jupyterlab==3.1.17
nbconvert==6.1.0
retrolab==0.3.5
nbgitpuller==0.10.2
Expand Down
2 changes: 1 addition & 1 deletion deployments/eecs/image/infra-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
notebook==6.4.3
# Seems to cause a version conflict with jupyter-server-proxy
jupyter-client<7.0
jupyterlab==3.1.10
jupyterlab==3.1.17
nbconvert==6.1.0
retrolab==0.3.5
nbgitpuller==0.10.2
Expand Down
2 changes: 1 addition & 1 deletion deployments/ischool/image/infra-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
notebook==6.4.3
# Seems to cause a version conflict with jupyter-server-proxy
jupyter-client<7.0
jupyterlab==3.1.10
jupyterlab==3.1.17
nbconvert==6.1.0
retrolab==0.3.5
nbgitpuller==0.10.2
Expand Down
2 changes: 1 addition & 1 deletion deployments/julia/image/infra-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
notebook==6.4.3
# Seems to cause a version conflict with jupyter-server-proxy
jupyter-client<7.0
jupyterlab==3.1.10
jupyterlab==3.1.17
nbconvert==6.1.0
retrolab==0.3.5
nbgitpuller==0.10.2
Expand Down
2 changes: 1 addition & 1 deletion deployments/publichealth/image/infra-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
notebook==6.4.3
# Seems to cause a version conflict with jupyter-server-proxy
jupyter-client<7.0
jupyterlab==3.1.10
jupyterlab==3.1.17
nbconvert==6.1.0
retrolab==0.3.5
nbgitpuller==0.10.2
Expand Down
2 changes: 1 addition & 1 deletion hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jupyterhub:
# Generated by chartpress
image:
name: gcr.io/ucb-datahub-2018/jupyterhub-hub
tag: '0.0.1-n4282.h190b8b78'
tag: '0.0.1-n4557.he3eb9e03'
networkPolicy:
enabled: true
ingress:
Expand Down
3 changes: 2 additions & 1 deletion images/hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ USER root
RUN apt update > /dev/null && apt install --yes npm > /dev/null

# Brings in https://github.com/jupyterhub/jupyterhub/pull/3579
RUN python3 -m pip install -U git+https://github.com/meeseeksmachine/jupyterhub@auto-backport-of-pr-3488-on-1.4.x
# and https://github.com/jupyterhub/jupyterhub/pull/3639
RUN python3 -m pip install -U git+https://github.com/jupyterhub/jupyterhub.git@69a1e97fbee1711e3fdb5fd795e349a4eb395060

COPY canvasauthenticator /srv/canvasauthenticator
RUN python3 -m pip install --no-cache /srv/canvasauthenticator
Expand Down
2 changes: 1 addition & 1 deletion scripts/infra-packages/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
notebook==6.4.3
# Seems to cause a version conflict with jupyter-server-proxy
jupyter-client<7.0
jupyterlab==3.1.10
jupyterlab==3.1.17
nbconvert==6.1.0
retrolab==0.3.5
nbgitpuller==0.10.2
Expand Down

0 comments on commit 7650bc6

Please sign in to comment.