chspyder n3wb May 16, 2018 22 0 Madagascar, USA Apr 14, 2021 #1 So I would like to inquire how to automatically run deepstack at startup on my Ubuntu with Docker, I have docker set to auto startup, but it wont auto start deepstack. Thank You In Advance Chspyder
So I would like to inquire how to automatically run deepstack at startup on my Ubuntu with Docker, I have docker set to auto startup, but it wont auto start deepstack. Thank You In Advance Chspyder
J jz3082 Young grasshopper Dec 13, 2019 78 22 Oklahoma, US Apr 15, 2021 #2 I am running Docker Desktop on WSL2 and not Ubuntu. Here is the command I use to create the container. The --restart=always may work for you. docker run --restart=always -e MODE=High -e VISION-DETECTION=True -v localstorage:/datastore -p 8092:5000 --name deepstack3 deepquestai/deepstack:cpu-2020.12 Reactions: chspyder
I am running Docker Desktop on WSL2 and not Ubuntu. Here is the command I use to create the container. The --restart=always may work for you. docker run --restart=always -e MODE=High -e VISION-DETECTION=True -v localstorage:/datastore -p 8092:5000 --name deepstack3 deepquestai/deepstack:cpu-2020.12