File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,6 @@ services:
35
35
DOCKER_NOTEBOOK_IMAGE : jupyter/base-notebook:latest
36
36
# Notebook directory inside user image
37
37
DOCKER_NOTEBOOK_DIR : /home/jovyan/work
38
- # Using this run command
39
- DOCKER_SPAWN_CMD : start-singleuser.sh
40
38
41
39
volumes :
42
40
jupyterhub-data :
Original file line number Diff line number Diff line change 16
16
# Spawn containers from this image
17
17
c .DockerSpawner .image = os .environ ["DOCKER_NOTEBOOK_IMAGE" ]
18
18
19
- # JupyterHub requires a single-user instance of the Notebook server, so we
20
- # default to using the `start-singleuser.sh` script included in the
21
- # jupyter/docker-stacks *-notebook images as the Docker run command when
22
- # spawning containers. Optionally, you can override the Docker run command
23
- # using the DOCKER_SPAWN_CMD environment variable.
24
- spawn_cmd = os .environ .get ("DOCKER_SPAWN_CMD" , "start-singleuser.sh" )
25
- c .DockerSpawner .cmd = spawn_cmd
26
-
27
19
# Connect containers to this Docker network
28
20
network_name = os .environ ["DOCKER_NETWORK_NAME" ]
29
21
c .DockerSpawner .use_internal_ip = True
You can’t perform that action at this time.
0 commit comments