Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. version: '3'
  2. services:
  3. weston:
  4. image: torizonextras/arm64v8-weston-kiosk
  5. volumes:
  6. - /dev:/dev
  7. - /tmp:/tmp
  8. privileged: true
  9. ai2go:
  10. depends_on:
  11. - weston
  12. image: torizonextras/arm64v8-ai2go
  13. command: /dev/video0
  14. volumes:
  15. - /dev:/dev
  16. - /tmp:/tmp
  17. - /home/torizon/:/xnor
  18. privileged: true
  19. restart: on-failure
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement