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 b9b703b tflite-runtime added
b9b703b is described below
commit b9b703bfab3ff0de98bead7779f002ee1270bba4
Author: Marian_Hladun <[email protected]>
AuthorDate: Thu Feb 17 13:21:54 2022 +0200
tflite-runtime added
---
.../src/tensor-jupyterlab/scripts/configure_tensor-jupyterlab_node.py | 2 +-
1 file changed, 1 insertion(+), 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 0100e7b..6d970a7 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
@@ -71,7 +71,7 @@ cuda_version = os.environ['notebook_cuda_version']
cuda_file_name = os.environ['notebook_cuda_file_name']
cudnn_version = os.environ['notebook_cudnn_version']
cudnn_file_name = os.environ['notebook_cudnn_file_name']
-venv_libs = 'numpy scipy matplotlib pandas scikit-learn opencv-python
jupyterlab==3.2.9 tensorflow==2.5.0 tflite==2.4.0' # python3-opencv
+venv_libs = 'numpy scipy matplotlib pandas scikit-learn opencv-python
jupyterlab==3.2.9 tensorflow==2.5.0 tflite==2.4.0 tflite-runtime=2.5.0' #
python3-opencv
jupyterlab_pip = 'jupyterlab'
##############
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]