This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DATALAB-2715
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2715 by this push:
     new b7eae1ead [DATALAB-2715]: reduced tensor primary disk size
     new c570d8794 Merge branch 'DATALAB-2715' of 
https://github.com/apache/incubator-dlab into DATALAB-2715
b7eae1ead is described below

commit b7eae1ead728b2e19f80a3e105f14b56a4535f69
Author: leonidfrolov <[email protected]>
AuthorDate: Tue Apr 12 16:20:02 2022 +0300

    [DATALAB-2715]: reduced tensor primary disk size
---
 .../src/general/scripts/aws/common_prepare_notebook.py                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/src/general/scripts/aws/common_prepare_notebook.py
 
b/infrastructure-provisioning/src/general/scripts/aws/common_prepare_notebook.py
index a11cc322d..dfb0fa1cb 100644
--- 
a/infrastructure-provisioning/src/general/scripts/aws/common_prepare_notebook.py
+++ 
b/infrastructure-provisioning/src/general/scripts/aws/common_prepare_notebook.py
@@ -84,7 +84,7 @@ if __name__ == "__main__":
         if os.environ['application'] == 'deeplearning':
             notebook_config['primary_disk_size'] = '100'
         elif os.environ['application'] == 'tensor':
-            notebook_config['primary_disk_size'] = '32'
+            notebook_config['primary_disk_size'] = '28'
         else:
             notebook_config['primary_disk_size'] = '16'
         notebook_config['role_profile_name'] = '{}-{}-{}-nb-de-profile'.format(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to