This commit is contained in:
Blake Blackshear
2020-09-07 19:37:21 -05:00
parent 2f758af097
commit 0b7f65e227
2 changed files with 2 additions and 1 deletions

View File

@@ -58,5 +58,6 @@ WORKDIR /opt/frigate/
ADD frigate frigate/
COPY detect_objects.py .
COPY benchmark.py .
COPY process_clip.py .
CMD ["python3.7", "-u", "detect_objects.py"]