emacski / tensorflow-serving-arm

TensorFlow Serving ARM - A project for cross-compiling TensorFlow Serving targeting popular ARM cores
Apache License 2.0
100 stars 16 forks source link

How to install&compile bazel of arm64 at dockerfile?Confused me long time. #14

Open MewemeW opened 2 years ago

MewemeW commented 2 years ago

Hi emacski, I want to build a arm64 docker image of tf-serving, like you did. I followed the instructions on tensorflow-serving and stuck at bazel. it shows that in dockerfile.devel, the version of bazel is x86. then I find arm64 version of bazel but it was not a .sh file. how to install it then? could you please enlighten me? many thanks.