From 00ca03fe28fa54067394485cf0c8350d00c6d111 Mon Sep 17 00:00:00 2001 From: Wendy V Gaultier Date: Wed, 21 Aug 2024 17:58:12 +0000 Subject: [PATCH] Set NoWorkspace to true --- notebooks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks.go b/notebooks.go index f07329f8..68df521e 100644 --- a/notebooks.go +++ b/notebooks.go @@ -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,