NETPYNE-184 fix dev deployment by filippomc · Pull Request #777 · MetaCell/NetPyNE-UI · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions jupyter_hub/Dockerfile_spawner
2 changes: 1 addition & 1 deletion k8s/cf_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hub:
shutdownOnLogout: true
extraConfig:
timing: |
c.Spawner.notebook_dir = '/home/jovyan/work/NetPyNE-UI'
c.Spawner.notebook_dir = '/opt/workspace'
c.Spawner.default_url = '/geppetto'
spawner: >-
c.Spawner.args = ["--library=netpyne_ui"]
Expand Down
2 changes: 1 addition & 1 deletion k8s/minikube_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hub:
c.Spawner.port = 8000
c.Spawner.http_timeout = 300
c.Spawner.start_timeout = 300
c.Spawner.notebook_dir = '/home/jovyan/work/NetPyNE-UI'
c.Spawner.notebook_dir = '/opt/workspace'
c.Spawner.default_url = '/geppetto'
c.Spawner.debug = True
c.Spawner.disable_check_xsrf=True
Expand Down
4 changes: 2 additions & 2 deletions tests/frontend/e2e/tests/SaveOpenFile.test.js