You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by le...@apache.org on 2022/02/01 11:45:48 UTC

[tvm] 01/01: Upgrade tensorflow to version to 2.6.x

This is an automated email from the ASF dual-hosted git repository.

leandron pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 89bc5021b16b87d7252eac4c7b9aace6e03dae03
Author: Ophir Frish <op...@arm.com>
AuthorDate: Thu Jan 27 12:28:30 2022 +0200

    Upgrade tensorflow to version to 2.6.x
    
    Upgrade the following versions:
    keras - from 2.4.3 to 2.6
    tensorflow - from 2.4.2 to 2.6.2
    h5py - from version < 3.0 to version 3.1.0
---
 docker/install/ubuntu_install_tensorflow.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docker/install/ubuntu_install_tensorflow.sh b/docker/install/ubuntu_install_tensorflow.sh
index 8a51fbb..099396f 100755
--- a/docker/install/ubuntu_install_tensorflow.sh
+++ b/docker/install/ubuntu_install_tensorflow.sh
@@ -21,6 +21,6 @@ set -u
 set -o pipefail
 
 pip3 install \
-    "h5py<3.0" \
-    keras==2.4.3 \
-    tensorflow==2.4.2
+    "h5py==3.1.0" \	
+    keras==2.6 \
+    tensorflow==2.6.2