lhelontra / tensorflow-on-arm

TensorFlow for Arm
MIT License
1.05k stars 274 forks source link

2.2.0 Wheel for AArch64 #90

Closed mahmudemam closed 4 years ago

mahmudemam commented 4 years ago

I used your powerful repo for building TensorFlow the new released version 2.2.0 for ARM64 architecture, after noticing that you updated the configurations file by the new version and Bazel also, but I still get the wheel for 2.1.0

I'm using docker

mahmudemam commented 4 years ago

The issue was in the Dockerfile which makes checkout to v2.1.0. There is no v2.2.0 version created on this repo.

I commented this line: RUN git checkout v2.1.0 and the build works and generated the needed wheel and tested