Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add patch to JupyterHub Dockerfile for customization #14

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

noeleont
Copy link

Allow for customization of JupyterHub, e.g., installing jupyterhub-idle-culler. This patch enables easier extension of JupyterHub functionality.

Allow for customization of JupyterHub, e.g., installing jupyterhub-idle-culler.
This patch enables easier extension of JupyterHub functionality.
@@ -12,4 +12,6 @@ RUN pip install \
jupyterhub-ltiauthenticator==1.6.1 \
pymysql==1.1.0

{{ patch("jupyter-hub-dockerfile") }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's name this "jupyterhub-dockerfile" (see other patches). At the very least, this patch must be documented in the README. Also, please introduce a changelog entry.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, I was orienting myself on jupyter-lab-dockerfile. I'll update the PR shortly

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 maybe you're right. I'll let the maintainer decide of that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

2 participants