jupyterhub/Dockerfile

5 lines
137 B
Docker
Raw Permalink Normal View History

2024-01-31 14:00:15 +00:00
ARG HUB_IMAGE=quay.io/jupyterhub/k8s-hub:3.2.1
2023-01-20 13:01:31 +00:00
FROM ${HUB_IMAGE}
RUN pip install oauthenticator
COPY ./theme /usr/local/share/jupyterhub