This is an automated email from the ASF dual-hosted git repository.
bhliva pushed a commit to branch v2.1-RC2
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/v2.1-RC2 by this push:
new da232b2 [DLAB-318] fix DeepLearning creation for GCP
new df366a5 Merge pull request #37 from Dyoma33/DLAB-318
da232b2 is described below
commit da232b255bdf5f8ed49c39ffd1efe670c284b3de
Author: Dyoma33 <[email protected]>
AuthorDate: Thu Mar 14 19:01:11 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 24a9d4e..54d833f 100644
---
a/infrastructure-provisioning/src/general/scripts/gcp/deeplearning_configure.py
+++
b/infrastructure-provisioning/src/general/scripts/gcp/deeplearning_configure.py
@@ -192,7 +192,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'],
@@ -210,7 +210,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: [email protected]
For additional commands, e-mail: [email protected]