Permalink

master
Switch branches/tags

GPU-Jupyterhub/Dockerfile

Go to file

another upgrade

Latest commit 937f65c 16 days ago

History
1 contributor

Users who have contributed to this file

6 lines (5 sloc) 163 Bytes

Raw Blame

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