Thamaraikannan commited on
Commit
15a3102
·
verified ·
1 Parent(s): b06d634

Delete Dockerfile.jupyterhub

Browse files
Files changed (1) hide show
  1. Dockerfile.jupyterhub +0 -12
Dockerfile.jupyterhub DELETED
@@ -1,12 +0,0 @@
1
- # Copyright (c) Jupyter Development Team.
2
- # Distributed under the terms of the Modified BSD License.
3
- ARG JUPYTERHUB_VERSION
4
- FROM quay.io/jupyterhub/jupyterhub:$JUPYTERHUB_VERSION
5
-
6
- # Install dockerspawner, nativeauthenticator
7
- # hadolint ignore=DL3013
8
- RUN python3 -m pip install --no-cache-dir \
9
- dockerspawner \
10
- jupyterhub-nativeauthenticator
11
-
12
- CMD ["jupyterhub", "-f", "/srv/jupyterhub/jupyterhub_config.py"]