Skip to content
Discussion options

You must be logged in to vote

Thanks for the advice, I ended up resolving the issues before coming back here.

I resolved the issue with the runtime by upgrading docker-compose to version 1.29.2 which is later than what is available in apt using these instructions: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-20-04

I may have resolved the issue with the environment variable by adding a dash and changing the colon to an equals:

    environment:
      - FRIGATE_RTSP_PASSWORD=xxxxx #<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
      - NVIDIA_VISIBLE_DEVICES=all
      - NVIDIA_DRIVER_CAPABILITIES=compute,utility,video

I'm not 100% certain that works but it seems to run now.

Replies: 2 comments

Comment options

NickM-27
Jun 14, 2022
Collaborator Sponsor

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by thinkloop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants