jupyterhub/Dockerfile

5 lines
129 B
Docker
Raw Normal View History

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