- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page