Skip to content

Commit 7ace38e

Browse files
committed
typo
1 parent 0617a23 commit 7ace38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gen_ort_dockerfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def dockerfile_for_linux(output_file):
186186
# Openvino changed the filename of the toolkit in 2025.0.0 so we need to detect this for
187187
# the release we want to install
188188
openvino_toolkit_filename = "UNKNOWN"
189-
if OPENVINO_VERSION_MAP[FLAGS.ort_openvino[0]].split(".")[0] >= "2025":
189+
if OPENVINO_VERSION_MAP[FLAGS.ort_openvino][0].split(".")[0] >= "2025":
190190
openvino_toolkit_filename = "openvino_toolkit_ubuntu24_${OPENVINO_VERSION_WITH_BUILD_NUMBER}_x86_64.tgz"
191191
else:
192192
openvino_toolkit_filename = "l_openvino_toolkit_ubuntu24_${OPENVINO_VERSION_WITH_BUILD_NUMBER}_x86_64.tgz"

0 commit comments

Comments
 (0)