Hi all,
would apreciate any help with this. i am trying to run deeptack on my xavier nx. i use the following comand
sudo docker run --runtime nvidia -e VISION-DETECTION=True -e VISION-FACE=True -p 80:5000 deepquestai/deepstack:jetpack-2022.01.1
i get the webui, wich means to that the container is up and running.
sudo docker container ls shows the container.
all request to the API endpoints time out. the CPU version works fine on my x86 machine. what could possibly the problem?