diff --git a/docker/install/ubuntu_install_tflite.sh b/docker/install/ubuntu_install_tflite.sh index ed8ea1deff3f..fc5d0e95356c 100755 --- a/docker/install/ubuntu_install_tflite.sh +++ b/docker/install/ubuntu_install_tflite.sh @@ -5,7 +5,7 @@ set -u set -o pipefail # Download, build and install flatbuffers -git clone --depth=1 --recursive https://github.com/google/flatbuffers.git +git clone --branch=v1.10.0 --depth=1 --recursive https://github.com/google/flatbuffers.git cd flatbuffers cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release make install -j8