Spaces:
Runtime error
Runtime error
Delete Dockerfile.jupyterhub
Browse files- 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"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|