-
Notifications
You must be signed in to change notification settings - Fork 8
frigate using lisp on nvidia gpu #127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,14 @@ | |||
(define-app | |||
(version "3.9") | |||
(ports 8971 8554 8555/tcp 8555/udp) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why so many ports?
(image "ghcr.io/blakeblackshear/frigate:stable") | ||
(restart "unless-stopped") | ||
(devices | ||
("/dev/bus/usb" "/dev/bus/usb")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this?
("/dev/bus/usb" "/dev/bus/usb")) | ||
(volumes | ||
("/etc/localtime" "/etc/localtime:ro") | ||
("./config" "/config") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove ./
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
get it done
Add GPU support |
Frigate - lisp for deploying and running the frigate container using lisp commands. The frigate container container contains the version , ports, image, device and volumes which when run gives the other necessary files such as config , storage etc. which helps us integrate with local camera which here is tapo_c200 for real time network video streaming.