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 05873c0 commit ea7909cCopy full SHA for ea7909c
tools/gen_ort_dockerfile.py
@@ -196,7 +196,7 @@ def dockerfile_for_linux(output_file):
196
df += """
197
# Install OpenVINO
198
ARG ONNXRUNTIME_OPENVINO_VERSION
199
-ENV INTEL_OPENVINO_DIR /opt/intel/openvino_${ONNXRUNTIME_OPENVINO_VERSION}
+ENV INTEL_OPENVINO_DIR=/opt/intel/openvino_${ONNXRUNTIME_OPENVINO_VERSION}
200
"""
201
202
ARG OPENVINO_SHORT_VERSION={}
0 commit comments