-
Notifications
You must be signed in to change notification settings - Fork 5
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
ef1c5b9
commit 7326f78
Showing
8 changed files
with
19 additions
and
18 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
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
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 +1 @@ | ||
__version__ = "16.0.1" | ||
__version__ = "17.0.0" |
4 changes: 2 additions & 2 deletions
4
tutorjupyter/patches/openedx-dockerfile-post-python-requirements
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,4 +1,4 @@ | ||
# Install Jupyter XBlock | ||
# Remember to bump the version when we upgrade from Palm. | ||
# Remember to bump the version when we upgrade from Quince. | ||
# https://pypi.org/project/jupyter-xblock/ | ||
RUN pip install "jupyter-xblock>=16.0.0,<17.0.0" | ||
RUN pip install "jupyter-xblock>=17.0.0,<18.0.0" |
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,15 +1,15 @@ | ||
# https://hub.docker.com/r/jupyterhub/jupyterhub/tags | ||
# Base: https://github.com/jupyterhub/jupyterhub/blob/main/Dockerfile | ||
FROM docker.io/jupyterhub/jupyterhub:4.0.0 | ||
FROM docker.io/jupyterhub/jupyterhub:4 | ||
|
||
# https://pypi.org/project/dockerspawner/ | ||
# https://pypi.org/project/jupyterhub-kubespawner/ | ||
# https://pypi.org/project/jupyterhub-ltiauthenticator/ | ||
# https://pypi.org/project/pymysql/ | ||
RUN pip install \ | ||
dockerspawner==12.1.0 \ | ||
jupyterhub-kubespawner==6.0.0 \ | ||
jupyterhub-ltiauthenticator==1.5.1 \ | ||
pymysql==1.0.3 | ||
dockerspawner==13.0.0 \ | ||
jupyterhub-kubespawner==6.2.0 \ | ||
jupyterhub-ltiauthenticator==1.6.1 \ | ||
pymysql==1.1.0 | ||
|
||
CMD ["jupyterhub"] |
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