This is an automated email from the ASF dual-hosted git repository.
mhladun pushed a commit to branch 2.5.1-tensor-jupyterlab
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/2.5.1-tensor-jupyterlab by
this push:
new 021ba73 Removed deletion comment and changed step naming
021ba73 is described below
commit 021ba730cb208f0f1588657496b1e83c7eef1141
Author: Marian Hladun <[email protected]>
AuthorDate: Wed Feb 16 17:56:01 2022 +0200
Removed deletion comment and changed step naming
---
.../src/general/scripts/aws/tensor-jupyterlab_configure.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/infrastructure-provisioning/src/general/scripts/aws/tensor-jupyterlab_configure.py
b/infrastructure-provisioning/src/general/scripts/aws/tensor-jupyterlab_configure.py
index a1b5d40..0810e83 100644
---
a/infrastructure-provisioning/src/general/scripts/aws/tensor-jupyterlab_configure.py
+++
b/infrastructure-provisioning/src/general/scripts/aws/tensor-jupyterlab_configure.py
@@ -156,7 +156,7 @@ if __name__ == "__main__":
# installing and configuring TensorFlow and all dependencies
try:
- logging.info('[CONFIGURE TENSORFLOW JUPYTERLAB NOTEBOOK INSTANCE]')
+ logging.info('[CONFIGURE JUPYTERLAB TENSORFLOW NOTEBOOK INSTANCE]')
params = "--hostname {0} --keyfile {1} " \
"--region {2} --os_user {3} " \
"--ip_address {4} --exploratory_name {5} --edge_ip {6}" \
@@ -170,7 +170,7 @@ if __name__ == "__main__":
raise Exception
except Exception as err:
datalab.fab.append_result("Failed to configure TensorFlow.", str(err))
- #datalab.actions_lib.remove_ec2(notebook_config['tag_name'],
notebook_config['instance_name'])
+ datalab.actions_lib.remove_ec2(notebook_config['tag_name'],
notebook_config['instance_name'])
sys.exit(1)
try:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]