This is an automated email from the ASF dual-hosted git repository.
lukhut pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new fba10d7021 [Docker] tensorflow_aarch64 package upgrade (#15293)
fba10d7021 is described below
commit fba10d7021e2ea42c1e7ef9cb7544bda9f88039d
Author: neildhickey <[email protected]>
AuthorDate: Wed Jul 12 07:46:21 2023 +0100
[Docker] tensorflow_aarch64 package upgrade (#15293)
The old version was no longer available so upgrading to 2.9.3
---
docker/install/ubuntu_install_tensorflow_aarch64.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/install/ubuntu_install_tensorflow_aarch64.sh
b/docker/install/ubuntu_install_tensorflow_aarch64.sh
index d293e6ec88..fcd912a447 100755
--- a/docker/install/ubuntu_install_tensorflow_aarch64.sh
+++ b/docker/install/ubuntu_install_tensorflow_aarch64.sh
@@ -26,4 +26,4 @@ apt-install-and-clear -y --no-install-recommends libhdf5-dev
pip3 install \
numpy==1.23.5 \
keras==2.9 \
- tensorflow-aarch64==2.9.1
+ tensorflow-aarch64~=2.9.3