Skip to content

Commit

Permalink
Set NoWorkspace to true
Browse files Browse the repository at this point in the history
  • Loading branch information
wg102 committed Aug 21, 2024
1 parent 90ae674 commit 00ca03f
Showing 1 changed file with 1 addition and 1 deletion.
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 00ca03f

Please sign in to comment.