manifest for nvidia/cuda:10.2-devel-ubuntu18.04 not found: manifest unknown: manifest unknown
Hi,
Please find Jetson’s CUDA container below:
For example, you can use nvcr.io/nvidia/l4t-cuda:10.2.460-runtime
.
Thanks.
i build trtexec with tensorrt in jetson nano
Hi,
Do you want to build TensorRT with a custom Python version?
If yes, you don’t need to set up a docker environment.
Please follow the steps shared in the below comment:
https://elinux.org/Jetson/L4T/TRT_Customized_Example#TensorRT_Python_Bindings
Thanks.
NO i want to rebuild trtexec tool. I run source code github TensorRT build trtexec on jetson nano. But the library environment is install very difficult, so Im try build docker tensorrt jetson nano to rebuild trtexec
Hi,
You can build trtexec with the following steps:
Setup environment with JetPack
For Jetson Nano, the latest software release is JetPack 4.6.6. with TensorRT 8.2:
Build trtexec
$ cd /usr/src/tensorrt/samples/trtexec/
$ sudo make
$ /usr/src/tensorrt/bin/trtexec --help
Thanks.
i build successfully