-
Notifications
You must be signed in to change notification settings - Fork 16
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
OpenVINO 2023.3.0 #63
Conversation
pre-commit failure unrelated to this change |
tools/gen_openvino_dockerfile.py
Outdated
@@ -123,37 +123,19 @@ def dockerfile_for_windows(output_file): | |||
df += """ | |||
SHELL ["cmd", "/S", "/C"] | |||
|
|||
# Build instructions: | |||
# https://github.com/openvinotoolkit/openvino/wiki/BuildingForWindows | |||
# instructions: |
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.
Can you make a note that we are building from source for linux but installing from the openvino repository for windows? @nnshah1 I would like your opinion on whether there should be a follow up ticket to revisit this installation fracture?
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.
* Use OV archive * Note linux is building from source while windows is using archive
Related PRs: