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.

Unable to build OpenVINO docker image

Celi__Joseph
Beginner
343 Views

Using the instructions on this page -> https://docs.openvinotoolkit.org/2018_R5/_docs_install_guides_installing_openvino_docker.html

I'm running on a Mac

I get the following error

Step 9/12 : RUN curl -LOJ "${DOWNLOAD_LINK}" &&     tar -xzf ./*.tgz &&     cd l_openvino_toolkit* &&     sed -i 's/decline/accept/g' silent.cfg &&     ./install.sh -s silent.cfg &&     rm -rf /tmp/* &&     $INSTALL_DIR/install_dependencies/install_openvino_dependencies.sh

 ---> Running in 3ac57fac6fc1

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current

                                 Dload  Upload   Total   Spent    Left  Speed

100  484M  100  484M    0     0   482k      0  0:17:08  0:17:08 --:--:-- 6975k

/bin/sh: 1: /install_dependencies/install_openvino_dependencies.sh: not found

The command '/bin/sh -c curl -LOJ "${DOWNLOAD_LINK}" &&     tar -xzf ./*.tgz &&     cd l_openvino_toolkit* &&     sed -i 's/decline/accept/g' silent.cfg &&     ./install.sh -s silent.cfg &&     rm -rf /tmp/* &&     $INSTALL_DIR/install_dependencies/install_openvino_dependencies.sh' returned a non-zero code: 127

 

 

 

0 Kudos
1 Reply
SIRIGIRI_V_Intel
Employee
343 Views

Hi Joseph,

From the error log, the path of the install_openvino_dependencies.sh seems to be incorrect. Please verify the INSTALL_DIR is the <path-to-OpenVINO-install-directory> and re-run again.

Regards,

Ram prasad

0 Kudos
Reply