From f7d0291a496e90032c14e572a0ace01fb25bd26e Mon Sep 17 00:00:00 2001 From: Neil Hickey Date: Tue, 11 Jul 2023 11:08:06 +0100 Subject: [PATCH 1/2] [Docker] tensorflow_aarch64 package upgrade 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 d293e6ec8813..d27cf3f140f2 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 From c5add5ed376c8f3f768599805d3a191abb7bc861 Mon Sep 17 00:00:00 2001 From: Neil Hickey Date: Tue, 11 Jul 2023 15:11:02 +0100 Subject: [PATCH 2/2] Updating to ~= to take in future minor version updates --- 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 d27cf3f140f2..fcd912a4478a 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.3 + tensorflow-aarch64~=2.9.3