You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by my...@apache.org on 2021/04/12 09:06:16 UTC

[incubator-datalab] branch DATALAB-2351 updated: [DataLab-2351] - [GCP] Retrieving the list of available GPU fixed

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

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


The following commit(s) were added to refs/heads/DATALAB-2351 by this push:
     new 6896469  [DataLab-2351] - [GCP] Retrieving the list of available GPU fixed
6896469 is described below

commit 6896469f177383aebeec5055b862da13693817fe
Author: bodnarmykola <bo...@gmail.com>
AuthorDate: Mon Apr 12 12:05:56 2021 +0300

    [DataLab-2351] - [GCP] Retrieving the list of available GPU fixed
---
 infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py b/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
index ccfed3c..1dcbbca 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
@@ -547,7 +547,7 @@ if __name__ == "__main__":
         print("SSN instance size: {}".format(ssn_conf['instance_size']))
         print("SSN AMI name: {}".format(ssn_conf['image_name']))
         print("Region: {}".format(ssn_conf['region']))
-        print("Available GPU types: {}".format(ssn_conf['gpu_types'])
+        print("Available GPU types: {}".format(ssn_conf['gpu_types']))
         jenkins_url = "http://{}/jenkins".format(ssn_conf['instance_hostname'])
         jenkins_url_https = "https://{}/jenkins".format(ssn_conf['instance_hostname'])
         print("Jenkins URL: {}".format(jenkins_url))

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