lhelontra / tensorflow-on-arm

TensorFlow for Arm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2.2.0 Wheel for AArch64

mahmudemam opened this issue · comments

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

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