File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ ARG netpyneuiBranch=feature_jupyterhub
55ENV netpyneuiBranch=${netpyneuiBranch}
66RUN 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
Original file line number Diff line number Diff line change 3232c .DockerSpawner .debug = True
3333c .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
You can’t perform that action at this time.
0 commit comments