This is an automated email from the ASF dual-hosted git repository. lfrolov pushed a commit to branch epm-v2.5.2.1 in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit 528614b0820b137946ee520839ca06b9c116eaed Author: leonidfrolov <[email protected]> AuthorDate: Thu Nov 3 14:53:28 2022 +0200 increased disk size --- .../src/general/scripts/gcp/common_prepare_notebook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-provisioning/src/general/scripts/gcp/common_prepare_notebook.py b/infrastructure-provisioning/src/general/scripts/gcp/common_prepare_notebook.py index 7aeda0e38..f07adaec5 100644 --- a/infrastructure-provisioning/src/general/scripts/gcp/common_prepare_notebook.py +++ b/infrastructure-provisioning/src/general/scripts/gcp/common_prepare_notebook.py @@ -90,7 +90,7 @@ if __name__ == "__main__": notebook_config['project_name'], notebook_config['endpoint_name'], notebook_config['exploratory_name']) - notebook_config['primary_disk_size'] = (lambda x: '60' if x == 'deeplearning' else '20')( + notebook_config['primary_disk_size'] = (lambda x: '60' if x == 'deeplearning' else '30')( os.environ['application']) notebook_config['secondary_disk_size'] = os.environ['notebook_disk_size'] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
