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.
6401 Discussions

Error: No nodes replied within time constraint

raushan
Novice
1,512 Views

Hi,

I was trying to launch Dl workbench for Openvino 2021 and getting above error. These are the steps i followed:

1.sudo docker pull openvino/workbench

2.sudo docker run -p 127.0.0.1:5665:5665 --name workbench -it openvino/workbench

the above command doesn't provide any url for Dl workbench, but the Error: No nodes replied within time constraint .I have attached the logs also.

Labels (1)
0 Kudos
2 Replies
Iffa_Intel
Moderator
1,491 Views

Greetings,


First and foremost, it is important to emphasize that only Ubuntu* 18.04 linux distribution is validated.


You may refer to here, where a video is provided: https://docs.openvinotoolkit.org/latest/workbench_docs_Workbench_DG_Install_from_Docker_Hub.html


Specific for Linux, you can refer here for more details:

https://docs.openvinotoolkit.org/latest/workbench_docs_Workbench_DG_Install_from_DockerHub_Linux.html


Generally you need to:

  1.  install Docker CE for Linux first.
  2. from a terminal: wget https://raw.githubusercontent.com/openvinotoolkit/workbench_aux/master/start_workbench.sh && bash start_workbench.sh
  3. wget https://raw.githubusercontent.com/openvinotoolkit/workbench_aux/master/start_workbench.sh
  4. chmod +x start_workbench.sh
  5. ./start_workbench.sh -IMAGE_NAME openvino/workbench
  6. Once the http://127.0.0.1:5665 link followed by a generated token appears in the console log, open it in your browser. See Enter DL Workbench for details.


If you have permission issues do this:

Permission Issue fix: https://www.digitalocean.com/community/questions/how-to-fix-docker-got-permission-denied-while-trying-to-connect-to-the-docker-daemon-socket


then run

./start_workbench.sh -IMAGE_NAME openvino/workbench



Sincerely,

Iffa



0 Kudos
Iffa_Intel
Moderator
1,463 Views

Greetings,


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


Sincerely,

Iffa


0 Kudos
Reply