Update Dockerfile

This commit is contained in:
abinila siva 2025-04-11 16:42:01 -04:00 committed by GitHub
parent da72520d79
commit ec5ac92f8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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