I am following the OpenVINO Docker documentation for the CPU
https://docs.openvinotoolkit.org/latest/_docs_install_guides_installing_openvino_docker_linux.html
I copied the docker file and I am building my image but when it gets to step 9/10 it displays the error
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
I think the problem is the DOWNLOAD_LINK, I cant find most recent download to use.
連結已複製
The download link seems to be broken. Please replace the DOWNLOAD_LINK. You can get the link using the below note:
NOTE: Please replace direct link to the Intel® Distribution of OpenVINO™ toolkit package to the latest version in the DOWNLOAD_LINK variable. You can copy the link from the Intel® Distribution of OpenVINO™ toolkit download page https://software.seek.intel.com/openvino-toolkit after registration. Right click on Offline Installer button on the download page for Linux in your browser and press Copy link address.
Also, you can use the wget <DOWNLOAD_LINK> command to make sure the link is fine.
Hope this helps.
Regards,
Ram prasad
Ram prasad (Intel) wrote:The download link seems to be broken. Please replace the DOWNLOAD_LINK. You can get the link using the below note:
NOTE: Please replace direct link to the Intel® Distribution of OpenVINO™ toolkit package to the latest version in the DOWNLOAD_LINK variable. You can copy the link from the Intel® Distribution of OpenVINO™ toolkit download page https://software.seek.intel.com/openvino-toolkit after registration. Right click on Offline Installer button on the download page for Linux in your browser and press Copy link address.
Also, you can use the wget <DOWNLOAD_LINK> command to make sure the link is fine.
Hope this helps.
Regards,
Ram prasad
I can not find the offline installer button after following the link https://software.seek.intel.com/openvino-toolkit and registering. Could you help get the link?
Ram prasad (Intel) wrote:Are you able see to Full Package option. If yes, right click on Full Package option and press copy link address and use the link in the Dockerfile.
Regards,
Ram prasad
Hi
Thank you so much it worked and I was able to get passed that error. If its not too much to ask could you help with another error?
I am getting an error when I get to
RUN $INSTALL_DIR/install_dependencies/install_openvino_dependencies.sh
The error message is /bin/sh: 1: /install_dependencies/install_openvino_dependencies.sh: not found
The command '/bin/sh -c $INSTALL_DIR/install_dependencies/install_openvino_dependencies.sh' returned a non-zero code: 127
Thanks again.