Skip to content

Commit

Permalink
Autogenerated default notebook disable workspace volume (#328)
Browse files Browse the repository at this point in the history
* Set NoWorkspace to true

* Change FF to Edge
  • Loading branch information
wg102 authored Aug 28, 2024
1 parent 90ae674 commit 3daea4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/jupyter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test:prod": "ng test --browsers=ChromeHeadless --watch=false",
"ui-test": "cypress open . --e2e",
"ui-test-ci": "cypress run . --e2e",
"ui-test-ci-all": "cypress run . --e2e --browser=chrome && cypress run . --e2e --browser=firefox",
"ui-test-ci-all": "cypress run . --e2e --browser=chrome && cypress run . --e2e --browser=edge",
"lint-check": "ng lint",
"lint": "ng lint --fix",
"build:test": "ng build --configuration production --localize"
Expand Down
2 changes: 1 addition & 1 deletion notebooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ func (s *server) createDefaultNotebook(namespace string, notebookNames []string,
Quantity: s.Config.SpawnerFormDefaults.GPUs.Value.Num,
Vendor: s.Config.SpawnerFormDefaults.GPUs.Value.Vendor,
},
NoWorkspace: false,
NoWorkspace: true,
Workspace: workspaceVol,
DataVolumes: datavols,
EnableSharedMemory: s.Config.SpawnerFormDefaults.Shm.Value,
Expand Down

0 comments on commit 3daea4c

Please sign in to comment.