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 0c1ebe9 configure jupyterlab function
0c1ebe9 is described below
commit 0c1ebe94fe366f1448aed789d92c0fa5cc7dab8e
Author: Marian_Hladun <[email protected]>
AuthorDate: Thu Feb 17 11:33:01 2022 +0200
configure jupyterlab function
---
.../src/tensor-jupyterlab/scripts/configure_tensor-jupyterlab_node.py | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/infrastructure-provisioning/src/tensor-jupyterlab/scripts/configure_tensor-jupyterlab_node.py
b/infrastructure-provisioning/src/tensor-jupyterlab/scripts/configure_tensor-jupyterlab_node.py
index 150fe13..a1e6a36 100644
---
a/infrastructure-provisioning/src/tensor-jupyterlab/scripts/configure_tensor-jupyterlab_node.py
+++
b/infrastructure-provisioning/src/tensor-jupyterlab/scripts/configure_tensor-jupyterlab_node.py
@@ -154,6 +154,9 @@ if __name__ == "__main__":
print("Install python venv required libs")
ensure_venv_libs(args.os_user, venv_libs)
+ print("Configure jupyterlab with tensorflow,tflite")
+ configure_jupyterlab(args.os_user, jupyterlab_conf_file, templates_dir,
jupyterlab_version, args.exploratory_name)
+
#POST INSTALLATION PROCESS
print("Updating pyOpenSSL library")
update_pyopenssl_lib(args.os_user)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]