Thanks a lot.
I am wondering if you would be so kind enough to assist with the issue I’m having.
I have confirmed that Deepstack gpu is running. I was able to list and register some faces.
next, I tried to install deepstack-ui by following the instructions on github:
sudo docker pull robmarkcole/deepstack-ui:latest
and verified it by listing all docker images

However, when I try to run it, I’m running into issues
sudo docker run -p 8501:8501 -e DEEPSTACK_IP='localhost' deepstack-ui
output:
Unable to find image 'deepstack-ui:latest' locally
docker: Error response from daemon: pull access denied for deepstack-ui, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
Not sure what I’m doing wrong? I’m running this command from my home directory. I tried with the docker IP as well as the system ip
appreciate any feedback