This is an automated email from the ASF dual-hosted git repository. mykolabodnar pushed a commit to branch DATALAB-2398 in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit 5eb75ce7898b23d09c261f529bb879b1a3f77783 Author: bodnarmykola <[email protected]> AuthorDate: Tue Jun 8 16:45:22 2021 +0300 [DATALAB-2398] - [TensorFlow] Tensorflow version updated --- infrastructure-provisioning/src/general/conf/datalab.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-provisioning/src/general/conf/datalab.ini b/infrastructure-provisioning/src/general/conf/datalab.ini index 2040dc8..63260ae 100644 --- a/infrastructure-provisioning/src/general/conf/datalab.ini +++ b/infrastructure-provisioning/src/general/conf/datalab.ini @@ -251,7 +251,7 @@ jupyter_version = 6.1.6 ### Version of Python to be installed as virualenv on notebook python_venv_version = 3.7.9 ### Version of TensorFlow to be installed on notebook -tensorflow_version = 2.3.2 +tensorflow_version = 2.5.0 ### Version of Zeppelin to be installed on notebook zeppelin_version = 0.9.0 ### Version of Rstudio to be installed on notebook --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
