From 446814b0900802e93f40b57c1a0dcb461267676d Mon Sep 17 00:00:00 2001 From: Keith Davis Date: Thu, 21 Oct 2021 12:24:11 +0100 Subject: IVGCVSW-6237 Assess documentation impact and update relevant places * Update Tensorflow and CMake versions * Change Delegate python guide to be Quick Start guide * Add links to Github prebuilt binaries Signed-off-by: Keith Davis Change-Id: I10797fdb6794391d80315b57a128587548df77f6 --- docker/x86_64/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker') diff --git a/docker/x86_64/Dockerfile b/docker/x86_64/Dockerfile index 3a17635fea..314017b8e1 100644 --- a/docker/x86_64/Dockerfile +++ b/docker/x86_64/Dockerfile @@ -122,10 +122,10 @@ RUN cd $HOME/armnn-devenv/ && git clone https://review.mlplatform.org/ml/Compute git checkout $($HOME/armnn-devenv/armnn/scripts/get_compute_library.sh -p) && \ scons Werror=0 arch=arm64-v8a neon=1 opencl=1 embed_kernels=1 extra_cxx_flags="-fPIC" -j$(nproc) internal_only=0 -# Build Tensorflow 2.3.1 +# Build Tensorflow 2.5.1 RUN cd $HOME/armnn-devenv && git clone https://github.com/tensorflow/tensorflow.git && \ cd tensorflow && \ - git checkout fcc4b966f1265f466e82617020af93670141b009 && \ + git checkout a4dfb8d1a71385bd6d122e4f27f86dcebb96712d && \ ../armnn/scripts/generate_tensorflow_protobuf.sh ../tensorflow-protobuf ../google/x86_64_pb_install # Download Flatbuffer -- cgit v1.2.1