Skip to content

Commit

Permalink
[DOCKER] Pin flatbuffers checkout to the last release tag (apache#2823)…
Browse files Browse the repository at this point in the history
  • Loading branch information
mshawcroft authored and wweic committed Mar 24, 2019
1 parent c4a63d1 commit 50b02c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_tflite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50b02c7

Please sign in to comment.