Cross compilation from x86 servers to Orin

Hi @SivaRamaKrishnaNV,

I am facing the following error while launching the Tensor RT OSS build container as per the steps given in the link GitHub - NVIDIA/TensorRT: NVIDIA® TensorRT™, an SDK for high-performance deep learning inference, includes a deep learning inference optimizer and runtime that delivers low latency and high throughput for inference applications.

sudo ./docker/launch.sh --tag tensorrt-ubuntu20.04-cuda11.6 --gpus all
Launching container:

docker run --gpus all -v /home/deltlo22/Downloads/nvidia/TensorRT/TensorRT:/workspace/TensorRT --rm -it tensorrt-ubuntu20.04-cuda11.6:latest
docker: Error response from daemon: could not select device driver “” with capabilities: [[gpu]].

Upon search for a fix to this error, I followed steps in the link (20.04 - Docker only works with Nvidia drivers upon reinstall - Ask Ubuntu) suggested in could not select device driver "" with capabilities: [[gpu]]. - #7 by a.adeyemi13

This also did not help resolve the error. Please help on further steps to resolve this error.

Thanks,
Hema