- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page