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

Unable to access workbench via Ubuntu AWS EC2 instance

Menachery__Shibin
401 Views

Hi,

I installed the linux version as per the instructions https://docs.openvinotoolkit.org/latest/_docs_Workbench_DG_Install_from_Docker_Hub.html I am able to launch the service using curl localhost:5665. However when I try using the public address to access the workbench I am unable to. 

Command used for launching docker container:

docker run -p 127.0.0.1:5665:5665 -e PROXY_HOST_ADDRESS=0.0.0.0 -e PORT=5665 -it openvino/workbench:latest

If I try using: 

docker run -p 127.0.0.1:5665:5665 -it openvino/workbench:latest

It doesn't work from localhost host also.

 

 

0 Kudos
1 Reply
Max_L_Intel
Moderator
401 Views

Hi, Menachery, Shibin.

What is an error you see there? Have you received the token generated for http://127.0.0.1:5665 ?
Please provide us with full command listing.

I've just tried this on Ubuntu 18.04 and latest Docker CE being installed per these instructions - https://docs.docker.com/engine/install/ubuntu/
So the following command works fine (I'm not using proxy in my case):

docker run -p 127.0.0.1:5665:5665 \
--name workbench \
-it openvino/workbench:latest

 

0 Kudos
Reply