Compiled for aarch64 architecture. This compiled tensorflow-cpu is based on https://github.com/tensorflow/tensorflow/tree/r1.4.
- rock64 board (https://www.pine64.org/?page_id=7147)
- gcc version 5.4.0 20160609
- Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.5
- Install pip:
curl -sL https://bootstrap.pypa.io/get-pip.py | python3 -
- Install tensorflow from the provided wheel
curl -L https://github.com/lherman-cs/tensorflow-aarch64/releases/download/r1.4/tensorflow-1.4.0rc0-cp35-cp35m-linux_aarch64.whl > /tmp/tensorflow-1.4.0rc0-cp35-cp35m-linux_aarch64.whl
python3 -m pip install /tmp/tensorflow-1.4.0rc0-cp35-cp35m-linux_aarch64.whl