Fix openvino entrypoint bug

Signed-off-by: Qi Zheng <qi.zheng@intel.com>
This commit is contained in:
Qi Zheng
2019-09-28 15:21:03 +08:00
committed by qzheng527
parent 6763386730
commit 18ed2eabd5
+1 -1
View File
@@ -5,4 +5,4 @@ echo "MODEL NAME: $MODEL_NAME"
echo "MODEL PRECISION: $MODEL_PRECISION"
echo "MODEL PATH: $MODEL_PATH"
/usr/bin/bash -c "$@"
exec "$@"