Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6403 Discussions

No files under /opt/intel when running openvino/ubuntu20_runtime:2021.4.1 container via AzureIoTEdge

VivekKulkarni
Employee
650 Views

I built a container with peoplecounter sample app "FROM openvino/ubuntu20_runtime:2021.4.1"

Pushing this as iot_edge module from Azure IoT_Hub.

The image pull succeeds but running the sample app fails with below err

" /opt/intel/openvino_2021/bin/setupvars.sh: No such file or directory"

 

Running simple directory listing contents of "/opt/intel" within the container turns empty.

But same image if pulled and run on a stand alone ubuntu or centOS shows contents under "/opt/intel" being available including /opt/intel/openvino_2021/bin/setupvars.sh

 

The problem occurs only when running container via aziotedge. Is there work-around or solution for this?

0 Kudos
2 Replies
Zulkifli_Intel
Moderator
622 Views

Hello Vivek Kulkarni,

 

Greetings to you.

 

The runtime container is not able to be used in Azure IoT. It only works for standalone as the model repositories may reside on a locally accessible file system (e.g. NFS), Google Cloud Storage (GCS), Amazon S3, Minio, or Azure Blob Storage.


We suggest you explore OpenVINO™ Model Server and OpenVINO™ Optimized Container with ONNX RT for more information.

 

Sincerely,

Zulkifli 


0 Kudos
Zulkifli_Intel
Moderator
563 Views

Hello Vivek Kulkarni,


This thread will no longer be monitored since we have provided a solution. If you need any additional information from Intel, please submit a new question.


Sincerely,

Zulkifli


0 Kudos
Reply