-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated Dockerfile for OpenvinoEP #1362
Conversation
Signed-off-by: avidiyal <[email protected]>
Signed-off-by: avidiyal <[email protected]>
/azp run |
Azure Pipelines successfully started running 22 pipeline(s). |
please fix the conflict. thanks. |
/azp run |
Azure Pipelines successfully started running 22 pipeline(s). |
dockerfiles/README.md
Outdated
@@ -120,3 +178,4 @@ | |||
``` | |||
curl -X POST -d "@request.json" -H "Content-Type: application/json" http://0.0.0.0:{your_local_port}/v1/models/mymodel/versions/3:predict | |||
``` | |||
>>>>>>> master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this line here?
/azp run |
Azure Pipelines successfully started running 22 pipeline(s). |
dockerfiles/Dockerfile.openvino
Outdated
ENV PATH /opt/cmake/bin:$PATH | ||
ENV LANG en_US.UTF-8 | ||
RUN wget https://github.com/Kitware/CMake/releases/download/v3.13.2/cmake-3.13.2-Linux-x86_64.tar.gz && \ | ||
tar -xf cmake-3.13.2-Linux-x86_64.tar.gz --strip 1 -C /opt/cmake |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove cmake..tar.gz after this step.
dockerfiles/README.md
Outdated
|
||
Retrieve your docker image in one of the following ways. | ||
|
||
- For building the docker image, download OpenVINO online installer version 2018 R5.0.1 from [here](https://software.intel.com/en-us/openvino-toolkit/choose-download) and copy the openvino tar file in the same directory and build the image. The online installer size is only 16MB and the components needed for the accelerators are mentioned in the dockerfile. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I went to that link and couldn't download 2018 R5.0.1 , they only seem to have 2019 R1 available for download
Is there another direct link to R5? otherwise, this will be a problem.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found https://download.01.org/openvinotoolkit/2018_R5/packages/
Is it officially supported?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the file I downloaded from there was l_openvino_toolkit_ie_p_2018.5.445.tgz
i don't think it works with the Dockerfile.openvino since it untars to a directory called inference_engine_vpu_arm and doesn't have some required files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are trying to resolve this issue. Will email as soon as it is fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any updates on this issue?
the github CI notification issue was resolved so I can kick off the CI now. |
Updated to the latest repo |
/azp run |
Azure Pipelines successfully started running 22 pipeline(s). |
Signed-off-by: avidiyal [email protected]
Description:
-Updated Docker file for Openvino EP and also Readme.
Motivation and Context
This supports building the docker image for Openvino EP which supports accelerators CPU,GPU and VAD-R