Cleanup Dockerfile
Change-Id: I0dcb63ad0936498b9a075088fd18ebe9ff01b907
diff --git a/bin/person_detection.sh b/bin/person_detection.sh
index e8a7587..fe4cbeb 100755
--- a/bin/person_detection.sh
+++ b/bin/person_detection.sh
@@ -1,7 +1,4 @@
#!/bin/bash
-args="$@"
-source .venv/bin/activate
+set -e
source /opt/intel/openvino/bin/setupvars.sh
-#python3 person_detection/person_detection.py -d CPU -m models/intel/person-detection-retail-0013/FP32/person-detection-retail-0013.xml $args
-python3 person_detection/app.py -m models/intel/person-detection-retail-0013/FP32/person-detection-retail-0013.xml $args
-
+python3 person_detection/app.py