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 5d8101a updated tflite installation
5d8101a is described below
commit 5d8101ad722861f396bb0a3687f4de865118c068
Author: Marian_Hladun <[email protected]>
AuthorDate: Fri Feb 18 10:48:13 2022 +0200
updated tflite installation
---
.../src/tensor-jupyterlab/scripts/configure_tensor-jupyterlab_node.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 da2317d..d4354fd 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
@@ -156,7 +156,8 @@ if __name__ == "__main__":
print("Install python venv required libs")
ensure_venv_libs(args.os_user, venv_libs)
- ensure_venv_libs(args.os_user, '--extra-index-url
https://google-coral.github.io/py-repo/ tflite_runtime==2.5.0')
+ datalab.fab.install_venv_pip_pkg(args.os_user, '--extra-index-url
https://google-coral.github.io/py-repo/ tflite_runtime==2.5.0')
+ #ensure_venv_libs(args.os_user, '--extra-index-url
https://google-coral.github.io/py-repo/ tflite_runtime==2.5.0')
#POST INSTALLATION PROCESS
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]