Skip to content

Commit ea7909c

Browse files
committed
Fix Dockefile syntax
1 parent 05873c0 commit ea7909c

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
@@ -196,7 +196,7 @@ def dockerfile_for_linux(output_file):
196196
df += """
197197
# Install OpenVINO
198198
ARG ONNXRUNTIME_OPENVINO_VERSION
199-
ENV INTEL_OPENVINO_DIR /opt/intel/openvino_${ONNXRUNTIME_OPENVINO_VERSION}
199+
ENV INTEL_OPENVINO_DIR=/opt/intel/openvino_${ONNXRUNTIME_OPENVINO_VERSION}
200200
"""
201201
df += """
202202
ARG OPENVINO_SHORT_VERSION={}

0 commit comments

Comments
 (0)