JupiterServer / Dockerfile
Thamaraikannan's picture
Upload Dockerfile
96e81da verified
raw
history blame contribute delete
205 Bytes
FROM jupyterhub/jupyterhub:latest
RUN pip install --no-cache \
oauthenticator \
dockerspawner \
jupyterhub-nativeauthenticator
COPY jupyterhub_config.py /srv/jupyterhub/jupyterhub_config.py