diff --git a/docker/main/Dockerfile b/docker/main/Dockerfile index 8625a63a8..85687deee 100644 --- a/docker/main/Dockerfile +++ b/docker/main/Dockerfile @@ -93,8 +93,8 @@ RUN /bin/mkdir -p '/usr/local/lib' && \ FROM wget AS models # Get model and labels -RUN wget -qO edgetpu_model.tflite https://github.com/google-coral/test_data/raw/release-frogfish/ssdlite_mobiledet_coco_qat_postprocess_edgetpu.tflite -RUN wget -qO cpu_model.tflite https://github.com/google-coral/test_data/raw/release-frogfish/ssdlite_mobiledet_coco_qat_postprocess.tflite +ADD --link https://github.com/google-coral/test_data/raw/release-frogfish/ssdlite_mobiledet_coco_qat_postprocess_edgetpu.tflite /rootfs/edgetpu_model.tflite +ADD --link https://github.com/google-coral/test_data/raw/release-frogfish/ssdlite_mobiledet_coco_qat_postprocess.tflite /rootfs/cpu_model.tflite COPY labelmap.txt . # Copy OpenVino model COPY --from=ov-converter /models/public/ssdlite_mobilenet_v2/FP16 openvino-model