diff --git a/docker/main/Dockerfile b/docker/main/Dockerfile index e56508e3d..3468f10cf 100644 --- a/docker/main/Dockerfile +++ b/docker/main/Dockerfile @@ -304,7 +304,8 @@ WORKDIR /memryx_models RUN wget -O yolox.zip https://developer.memryx.com/example_files/1p2_frigate/yolox.zip && unzip yolox.zip && \ wget -O ssdlite.zip https://developer.memryx.com/example_files/1p2_frigate/ssdlite.zip && unzip ssdlite.zip && \ wget -O yolo_nas.zip https://developer.memryx.com/example_files/1p2_frigate/yolo_nas.zip && unzip yolo_nas.zip && \ - wget -O yolov9.zip https://developer.memryx.com/example_files/1p2_frigate/yolov9.zip && unzip yolov9.zip + wget -O yolov9.zip https://developer.memryx.com/example_files/1p2_frigate/yolov9.zip && unzip yolov9.zip && \ + wget -O yolov8.zip https://developer.memryx.com/example_files/1p2_frigate/yolov8.zip && unzip yolov8.zip # Set permissions for the models directory RUN chmod -R 755 /memryx_models