Skip to content
Permalink
master
Switch branches/tags
Go to file
Latest commit 937f65c 16 days ago History
1 contributor

Users who have contributed to this file

6 lines (5 sloc) 163 Bytes
FROM jupyterhub/jupyterhub:2.3.0
RUN python3 -m pip install --upgrade pip
RUN pip install --no-cache-dir \
oauthenticator==14.2.0 \
dockerspawner==12.1.0