Skip to content

Instantly share code, notes, and snippets.

@kamal250
Created May 7, 2019 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kamal250/14a49e361d49b283c48e333330a9882b to your computer and use it in GitHub Desktop.
Save kamal250/14a49e361d49b283c48e333330a9882b to your computer and use it in GitHub Desktop.
root@pc:/opt/deep-stack# docker run -e VISION-DETECTION=True -e VISION-SCENE=True -e VISION-TRAFFIC=True -v localstorage:/datastore -p 80:5000 deepquestai/deepstack
*** Running /etc/my_init.d/00_regen_ssh_host_keys.sh...
*** Running /etc/my_init.d/10_syslog-ng.init...
May 7 13:13:53 82646c5811ee syslog-ng[10]: syslog-ng starting up; version='3.5.6'
May 7 13:13:54 82646c5811ee syslog-ng[10]: EOF on control channel, closing connection;
*** Running /etc/rc.local...
*** Booting runit daemon...
*** Runit started as PID 16
May 7 13:13:54 82646c5811ee cron[24]: (CRON) INFO (pidfile fd = 3)
May 7 13:13:54 82646c5811ee cron[24]: (CRON) INFO (Running @reboot jobs)
DeepStack is Active
Active APIs:
/v1/vision/detection
---------------------------------------
/v1/vision/scene
---------------------------------------
v1/vision/addmodel
---------------------------------------
v1/vision/listmodels
---------------------------------------
v1/vision/deletemodel
---------------------------------------
v1/vision/setadminkey
---------------------------------------
v1/vision/setapikey
---------------------------------------
v1/vision/backup
---------------------------------------
v1/vision/restore
./run: line 2: 28 Aborted (core dumped) python3 /app/intelligence.py &> /dev/null
./run: line 2: 73 Aborted (core dumped) python3 /app/intelligence.py &> /dev/null
./run: line 2: 88 Aborted (core dumped) python3 /app/intelligence.py &> /dev/null
./run: line 2: 99 Aborted (core dumped) python3 /app/intelligence.py &> /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment