JetPack 4.5.1 docker runtime=nvidia

Hi,

Please noted that docker is pre-included in the JetPack software.
You don’t need to install it manually.

We have double-checked the docker run command on JetPack4.5.1, and it can works correctly.
Could you try the same command to see if it also works?

$ sudo docker run -it --rm --net=host --runtime nvidia  -e DISPLAY=$DISPLAY -v /tmp/.X11-unix/:/tmp/.X11-unix nvcr.io/nvidia/l4t-base:r32.5.0
Unable to find image 'nvcr.io/nvidia/l4t-base:r32.5.0' locally
r32.5.0: Pulling from nvidia/l4t-base
5000a6c32c5a: Downloading  10.46MB/24.57MB
8e855b69096a: Download complete
8db8dbbd4bb9: Download complete
833dc3235950: Downloading  526.2kB/172.4MB
f79d264135a3: Verifying Checksum
1c40f77bb35b: Waiting
...

Thanks.