This is an automated email from the ASF dual-hosted git repository.
omartushevskyi pushed a commit to branch DLAB-252
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/DLAB-252 by this push:
new 522a66e fixed typo;
522a66e is described below
commit 522a66e9d42a93fe54f8b148c02a8ce7b1fd6bee
Author: Oleh Martushevskyi <[email protected]>
AuthorDate: Fri Mar 22 17:03:01 2019 +0200
fixed typo;
---
.../src/general/scripts/azure/deeplearning_configure.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/infrastructure-provisioning/src/general/scripts/azure/deeplearning_configure.py
b/infrastructure-provisioning/src/general/scripts/azure/deeplearning_configure.py
index a5ab314..2d8e133 100644
---
a/infrastructure-provisioning/src/general/scripts/azure/deeplearning_configure.py
+++
b/infrastructure-provisioning/src/general/scripts/azure/deeplearning_configure.py
@@ -309,8 +309,8 @@ if __name__ == "__main__":
print("Key name: {}".format(notebook_config['key_name']))
print("User key name: {}".format(notebook_config['user_keyname']))
print("SG name: {}".format(notebook_config['security_group_name']))
- print("Jupyter URL: {}".format(jupyter_url))
- print("Tensor Board URL: {}".format(tensor_board_url))
+ print("Jupyter URL: {}".format(jupyter_ip_url))
+ print("Tensor Board URL: {}".format(tensorboard_ip_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'],
ip_address))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]