serving icon indicating copy to clipboard operation
serving copied to clipboard

Cross-compiling TensorFlow Serving for Jetson Nano without containers

Open tugrul opened this issue 10 months ago • 0 comments

Hi, I'm trying to cross-compile TensorFlow Serving on an x86_64 host for Jetson Nano (aarch64 target) without using Docker or any container. However, the process with Bazel (hermetic 💩) has been extremely complex and fragile, with many issues related to toolchain setup and platform configuration.

Is there any official or community-supported guidance for this kind of setup? Or a minimal working example that uses a custom toolchain to cross-compile directly?

Thanks!

tugrul avatar Apr 17 '25 21:04 tugrul