GitBubble / aarch64-tensorflow

tensorflow and bazel for aarch64: binaries at...

Home Page:https://github.com/itdaniher/aarch64-tensorflow/releases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

step 1: build bazel (and weep)

steps N:

./configure # disable everything 
bazel build -c opt --local_resources 2000,3.0,2.0 --verbose_failures tensorflow/tools/pip_package:build_pip_package
bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/tensorflow_pkg

should print something akin to:

Target //tensorflow/tools/pip_package:build_pip_package up-to-date:                                                                                                       
  bazel-bin/tensorflow/tools/pip_package/build_pip_package                                                                                                                
  INFO: Elapsed time: 33645.503s, Critical Path: 2176.93s

and you're done!

About

tensorflow and bazel for aarch64: binaries at...

https://github.com/itdaniher/aarch64-tensorflow/releases