- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
My system specifications are :
Processor: Intel® Core™ i3-8109U CPU @ 3.00GHz × 4
OS:Ubuntu 18.04 LTS
Memory:7.7 GiB
I tried to run the model server demo explained on this link
While running starting docker container I got the following error as on image1.
Can you please help me to rectify the error. If the error is not associated with OpenVINO R3, can you please suggest me some links, how to use model server for efficient use of existing OpenVINO pretraiined models.
Thanks in advance.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Malathi,
I followed these instructions which are similar to the guide you are following and I was able to start the docker image with the following command.
sudo docker run --rm -d -v /models/:/opt/ml:ro -p 9001:9001 -p 8001:8001 intelaipg/openvino-model-server:latest /ie-serving-py/start_server.sh ie_serving model --model_path ~/cases/aipgdocker/models/model1 --model_name my_model --port 9001 --rest_port 8001
The only difference is the docker contain name, I used intelaipg/openvino-model-server:latest instead of ie-serving-py:latest. Use the command docker images to check the name of your docker image. Give it a try and let me know if this fixes your issue.
Regards,
Jesus

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page