e1z0 / jetson-frigate

Frigate on Jetson Nano research
50 stars 11 forks source link

nginx and no build in opt. #8

Closed nekropolit closed 1 year ago

nekropolit commented 1 year ago

Hello,

actually I'm testing deepstack, frigate aso. I'd like to setup a frigate container on a jetson nano 2GB.

I tried your receipe and managed ffmpeg aso, but now facing several issues:

  1. I deactived libedgetpu1-max row 28to 30 in Dockerfile.base
  2. I manually added nginx - is it necessary?
  3. Even after the whole build without errors - no propper output in the 'web' directory from the build container so step 22 fails

maybe I missed something, i'm new to linux and docker, but would like to master all these things.

with kind regards

martin

nekropolit commented 1 year ago

ah, i found out, that frigate has a own fork for the jetson. was nice learninng from this projects how things interact with docker. thanks alot.