Tensorflow with GPU support in jetpack SDK

I want to run a project which uses python 3.10.12, tensorflow 2.17.0 and opencv 4.9. Now i want to port this project onto jetson orin nano with jetpack SDK 6.0.
How can i download/build these libraries with Cuda GPU support?
Please provide the steps to be taken.

Hi,

JetPack 6 uses Ubuntu 22.04 so the default Python version is 3.10.

We don’t have TensorFlow 2.17 prebuilt yet.
But if 2.16 is acceptable, you can find it below:
https://developer.download.nvidia.com/compute/redist/jp/v60/tensorflow/

(Installation instructions: Installing TensorFlow for Jetson Platform - NVIDIA Docs)

Our default OpenCV from JetPack doesn’t build with CUDA support.
If you want to use GPU, please build it from the source with the below script:

Thanks.

Thank you so much.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.