-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5521ed2
commit 6480062
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# Should match the hub image used by version of chart in hub/requirements.yaml | ||
# If that changes, this should be changed too! | ||
FROM jupyterhub/k8s-hub:3.0.2 | ||
FROM jupyterhub/k8s-hub:3.2.1 | ||
|
||
USER root | ||
|
||
RUN python3 -m pip install --no-cache git+https://github.com/berkeley-dsep-infra/canvasoauthenticator@09e7ed8 | ||
RUN python3 -m pip install --no-cache jupyterhub-ltiauthenticator==1.5.1 | ||
RUN python3 -m pip install --no-cache git+https://github.com/jupyterhub/[email protected] | ||
#RUN python3 -m pip install --no-cache git+https://github.com/jupyterhub/[email protected] | ||
RUN python3 -m pip install --no-cache jupyterhub-announcement | ||
COPY logos /srv/logos | ||
|
||
|