mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00

OVC upgraded hddldaemon to use R4, so we should do so too. also change the openvino tgz file download from "ADD" to curl to leverage the docker build cache. Signed-off-by: Alek Du <alek.du@intel.com>
6 lines
311 B
Bash
Executable File
6 lines
311 B
Bash
Executable File
#!/bin/bash -xe
|
|
|
|
export HDDL_INSTALL_DIR=/root/hddl
|
|
export LD_LIBRARY_PATH=/root/inference_engine_samples_build/intel64/Release/lib/
|
|
/root/inference_engine_samples_build/intel64/Release/classification_sample_async -m /root/openvino_models/ir/public/squeezenet1.1/FP16/squeezenet1.1.xml -i /root/car.png -d HDDL
|