You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/03/12 09:40:07 UTC

[incubator-dlab] branch develop updated: [DLAB-318] fix DeepLearning creation for GCP

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 9fca6e8  [DLAB-318] fix DeepLearning creation for GCP
     new f3aa28b  Merge pull request #30 from ioleksandr/DLAB-318
9fca6e8 is described below

commit 9fca6e843971561acc95f52708bb5abb8686f1ac
Author: Oleksandr_Isniuk <i....@gmail.com>
AuthorDate: Tue Mar 12 10:43:48 2019 +0200

    [DLAB-318] fix DeepLearning creation for GCP
---
 .../src/general/scripts/gcp/deeplearning_configure.py                 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/src/general/scripts/gcp/deeplearning_configure.py b/infrastructure-provisioning/src/general/scripts/gcp/deeplearning_configure.py
index e203583..f2b0198 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/deeplearning_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/deeplearning_configure.py
@@ -189,7 +189,7 @@ if __name__ == "__main__":
     print("User key name: {}".format(os.environ['edge_user_name']))
     print("TensorBoard URL: {}".format(tensorboard_url))
     print("TensorBoard log dir: /var/log/tensorboard")
-    print("Jupyter URL: {}".format(jupyter_ip_url))
+    print("Jupyter URL: {}".format(jupyter_url))
     print("Ungit URL: {}".format(ungit_ip_url))
     print('SSH access (from Edge node, via IP address): ssh -i {0}.pem {1}@{2}'.format(notebook_config['key_name'],
                                                                                        notebook_config['dlab_ssh_user'],
@@ -207,7 +207,7 @@ if __name__ == "__main__":
                    {"description": "TensorBoard",
                     "url": tensorboard_url},
                    {"description": "Jupyter",
-                    "url": jupyter_ip_url},
+                    "url": jupyter_url},
                    {"description": "Ungit",
                     "url": ungit_ip_url}]}
         result.write(json.dumps(res))
\ No newline at end of file


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