Skip to content

Commit 5fcb54e

Browse files
committed
remove unused comments and commands
1 parent 1dac98f commit 5fcb54e

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

jupyterhub/Dockerfile_hub

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ ARG netpyneuiBranch=feature_jupyterhub
55
ENV netpyneuiBranch=${netpyneuiBranch}
66
RUN echo "$netpyneuiBranch";
77

8-
RUN pip install jupyterhub-tmpauthenticator dockerspawner
8+
# Install authenticator and spawner + jupyter_client
9+
RUN pip install jupyterhub-tmpauthenticator dockerspawner jupyter_client
910

10-
RUN wget https://raw.githubusercontent.com/MetaCell/NetPyNE-UI/$netpyneuiBranch/jupyterhub/jupyterhub_config.py -q
11+
# Overwrite jupyterhub_config
12+
RUN wget https://raw.githubusercontent.com/MetaCell/NetPyNE-UI/$netpyneuiBranch/jupyterhub/jupyterhub_config.py -q

jupyterhub/jupyterhub_config.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
c.DockerSpawner.debug = True
3333
c.DockerSpawner.network_name='test'
3434

35-
c.Spawner.http_timeout = 99
36-
c.Spawner.start_timeout = 99
37-
3835
## Extra arguments to be passed to the single-user server. Only works for the LocalProcessSpawner
3936
#
4037
# Some spawners allow shell-style expansion here, allowing you to use

0 commit comments

Comments
 (0)