- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Hi,
Docker OpenVINO build caused "install_openvino_dependencies.sh: not found" error using the default Dockerfile in the web below, would you please check this issue?
=================================================
-- 2594k
/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
kobu@kobu-old:~/docker$
=================================================
Thanks a lot,
BR/Kobu
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Hi Ryosuke,
The variable name INSTALL_DIR in line 32 and INSTALLDIR in line 33 are different variables. Make sure the names of these variables are same.
Replace INSTALLDIR variable to line 26 as mentioned below and build the Docker:
WORKDIR /tmp ENV INSTALLDIR /opt/intel/openvino 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/* && \ $INSTALLDIR/install_dependencies/install_openvino_dependencies.sh
Hope this helps.
Regards,
Ram prasad
Enlace copiado
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Hi Ryosuke,
The variable name INSTALL_DIR in line 32 and INSTALLDIR in line 33 are different variables. Make sure the names of these variables are same.
Replace INSTALLDIR variable to line 26 as mentioned below and build the Docker:
WORKDIR /tmp ENV INSTALLDIR /opt/intel/openvino 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/* && \ $INSTALLDIR/install_dependencies/install_openvino_dependencies.sh
Hope this helps.
Regards,
Ram prasad
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Hi Ram,
Successfully done!
It should be good to modify the original instruction in the web.
Thanks!
BR/Kobu
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Thank you for your feedback. We will take your comments into consideration.
Regards,
Ram prasad

- Suscribirse a un feed RSS
- Marcar tema como nuevo
- Marcar tema como leído
- Flotar este Tema para el usuario actual
- Favorito
- Suscribir
- Página de impresión sencilla