occlum/demos/openvino/openvino.yaml
Zheng, Qi ae5dd3b313 Update openvino demo with copy_bom tool
Signed-off-by: Zheng, Qi <huaiqing.zq@antgroup.com>
2021-09-26 15:36:09 +08:00

19 lines
377 B
YAML

includes:
- base.yaml
# openvino benchmark
targets:
# copy benchmark_app
- target: /bin
copy:
- files:
- ../openvino_src/bin/intel64/Release/benchmark_app
# copy plugins.xml
- target: /lib
copy:
- files:
- ../openvino_src/bin/intel64/Release/lib/plugins.xml
# copy models
- target: /
copy:
- files:
- ../model