You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by lf...@apache.org on 2020/06/03 14:01:00 UTC

[incubator-dlab] branch DLAB-1827 created (now 21d56f8)

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

lfrolov pushed a change to branch DLAB-1827
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.


      at 21d56f8  [DLAB-1827]: increased primary disk size to 14G as with 12 tensorflow with jupyter creation failed

This branch includes the following new commits:

     new 21d56f8  [DLAB-1827]: increased primary disk size to 14G as with 12 tensorflow with jupyter creation failed

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org


[incubator-dlab] 01/01: [DLAB-1827]: increased primary disk size to 14G as with 12 tensorflow with jupyter creation failed

Posted by lf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DLAB-1827
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 21d56f888d9c6b48233a3c02939418b5a32b827e
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Wed Jun 3 17:00:40 2020 +0300

    [DLAB-1827]: increased primary disk size to 14G as with 12 tensorflow with jupyter creation failed
---
 .../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 c83208b..9d364a0 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/common_prepare_notebook.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/common_prepare_notebook.py
@@ -96,7 +96,7 @@ if __name__ == "__main__":
                                                                        notebook_config['project_name'],
                                                                        notebook_config['endpoint_name'],
                                                                        notebook_config['exploratory_name'])
-        notebook_config['primary_disk_size'] = (lambda x: '30' if x == 'deeplearning' else '12')(
+        notebook_config['primary_disk_size'] = (lambda x: '30' if x == 'deeplearning' else '14')(
             os.environ['application'])
         notebook_config['secondary_disk_size'] = os.environ['notebook_disk_size']
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org