This is an automated email from the ASF dual-hosted git repository. dyankiv pushed a commit to branch epm-v2.5.2.1 in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit 55619d8fb829879328ccd04df0cf9991cf0fc3fe Author: leonidfrolov <[email protected]> AuthorDate: Wed Nov 2 12:50:14 2022 +0200 increased dick 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]
