AETHER-2274 Containerize person-detection-app
Change-Id: Ifc8acc31ed2d62df1c7f33d402a260132766c955
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 6fcc485..90848e6 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,5 +1,6 @@
#python3 docker_openvino.py build -d cpu -os ubuntu18 --distribution runtime --product_version 2021.4
-FROM ubuntu18_runtime:2021.4
+#FROM ubuntu18_runtime:2021.4
+FROM openvino/ubuntu18_runtime
USER root
@@ -23,5 +24,5 @@
RUN . .venv/bin/activate && \
pip3 install -r requirements.txt
-ENTRYPOINT ["./person_detection.sh"]
+ENTRYPOINT ["./bin/person_detection.sh"]
CMD ["-i gstreamer", "-ns"]