Skip to content

Commit

Permalink
Add hub 3.3.8 based on JupyterHub 4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzl committed Jan 13, 2025
1 parent 1df535e commit dd58962
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions hub/3.3.8/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
ARG IMAGE_SOURCE=jupyterhub/k8s-hub:3.2.1
FROM $IMAGE_SOURCE

LABEL maintainer="DigiKlausur (E2x) project HBRS <mohammad.wasil@h-brs.de>"

USER root
RUN pip install --no-cache-dir pandas && \
pip install --no-cache-dir jupyterhub-nativeauthenticator==1.1.0 && \
pip install --no-cache-dir git+https://github.com/DigiKlausur/miaauth.git@main && \
pip install --no-cache-dir git+https://github.com/DigiKlausur/e2xhub.git@main && \
pip install --no-cache-dir git+https://github.com/DigiKlausur/e2x_exam_hub.git

USER $NB_USER

0 comments on commit dd58962

Please sign in to comment.