Hi all,
I want to run deep stream docker on jetson nano, but this container have some version, base, iot,sample, which version I should to pull? sample?
Hi,
The requirement is to pull the same OS version as your Nano use.
For example, if you flash Nano with JetPack4.4, please pull this image:
Thanks.
Thanks,
I want to test faceDetect and PeopleNet, is it possible docker with base version or sample version?
Hi,
You can find the FaceDetec and PeopleNet sample in our sample container:
sudo docker run -it --rm --net=host --runtime nvidia -e DISPLAY=$DISPLAY -w /opt/nvidia/deepstream/deepstream-5.0 -v /tmp/.X11-unix/:/tmp/.X11-unix nvcr.io/nvidia/deepstream-l4t:5.0-dp-20.04-samples
Thanks.