We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0617a23 commit 7ace38eCopy full SHA for 7ace38e
tools/gen_ort_dockerfile.py
@@ -186,7 +186,7 @@ def dockerfile_for_linux(output_file):
186
# Openvino changed the filename of the toolkit in 2025.0.0 so we need to detect this for
187
# the release we want to install
188
openvino_toolkit_filename = "UNKNOWN"
189
- if OPENVINO_VERSION_MAP[FLAGS.ort_openvino[0]].split(".")[0] >= "2025":
+ if OPENVINO_VERSION_MAP[FLAGS.ort_openvino][0].split(".")[0] >= "2025":
190
openvino_toolkit_filename = "openvino_toolkit_ubuntu24_${OPENVINO_VERSION_WITH_BUILD_NUMBER}_x86_64.tgz"
191
else:
192
openvino_toolkit_filename = "l_openvino_toolkit_ubuntu24_${OPENVINO_VERSION_WITH_BUILD_NUMBER}_x86_64.tgz"
0 commit comments