3 lines
122 B
Docker
3 lines
122 B
Docker
FROM jupyterhub/jupyterhub
|
|
RUN pip3 install --no-cache-dir setuptools wheel
|
|
RUN pip3 install --no-cache-dir oauthenticator |