mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 04:57:42 +03:00
Update Dockerfile
under directory /opt/frigate/ 'make' command fails around Dockerfile OpenVino build this fix worked for me
This commit is contained in:
parent
389c707ad2
commit
b8d0bbc9ec
@ -85,7 +85,7 @@ RUN apt-get -qq update \
|
||||
RUN --mount=type=bind,source=docker/main/build_ov_model.py,target=/build_ov_model.py \
|
||||
mkdir /models && cd /models \
|
||||
&& wget http://download.tensorflow.org/models/object_detection/ssdlite_mobilenet_v2_coco_2018_05_09.tar.gz \
|
||||
&& tar -xvf ssdlite_mobilenet_v2_coco_2018_05_09.tar.gz \
|
||||
&& tar -xvf ssdlite_mobilenet_v2_coco_2018_05_09.tar.gz --no-same-owner \
|
||||
&& python3 /build_ov_model.py
|
||||
|
||||
####
|
||||
|
||||
Loading…
Reference in New Issue
Block a user