Build issue Nvidia Orin

Hey dudes, i’m trying to whip up a fairly generic GPU enabled install for python 3.10.6 for our Nvidia Orin base image. Encountered something I haven’t seen before : (venv) tech@Artax:/usr/src/tensorflow$ bazelisk build --config=cuda //tensorflow - Pastebin.com

Hoping someone could shed a little light on it.

Linux Artax 5.10.104-tegra #1 SMP PREEMPT Wed Aug 10 20:17:07 PDT 2022 aarch64 aarch64 aarch64 GNU/Linux

Jetpack 5.0.2 GA [LT 35.1.0]

Ubuntu 20.04

Thanks,

Hi @Manbehindthemadness

Welcome to the TensorFlow Forum!

Could you please verify if you have installed the correct supported version of CUDA and cuDNN as per installed TensorFlow version in your system by referring this tested build configuration for GPU setup? You can refer this link to build TensorFlow from Source and follow the instructions. Thank you.