Thank you very much for solving my problem. I have another question. When I connect to jetson nano through ssh, enter xhost + on jetson, and then enter xeyes, my local windows system can display the screen, but I then enter the shell command on jetson to create a container,
docker run -it --rm --runtime=nvidia --network=host -e NVIDIA_DRIVER_CAPABILITIES=compute,utility,video,graphics --gpus all --privileged -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v /etc/X11:/etc/X11 nvcr.io/nvidia/deepstream-l4t:6.0.1-samples
The video in the container cannot be displayed on the local Windows system. Do I need to install other libraries in the container or how to set it up? Looking forward to your reply, thank you!