File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ def dockerfile_for_linux(output_file):
106106 df += """
107107# The manylinux container defaults to Python 3.7, but some feature installation
108108# requires a higher version.
109- ARG PYVER=3.10
109+ ARG PYVER=3.12
110110ENV PYTHONPATH=/opt/python/v
111111RUN ln -sf /opt/python/cp${PYVER/./}* ${PYTHONPATH}
112112
@@ -202,7 +202,7 @@ def dockerfile_for_linux(output_file):
202202ENV OpenVINO_DIR=$INTEL_OPENVINO_DIR/runtime/cmake
203203ENV LD_LIBRARY_PATH=$INTEL_OPENVINO_DIR/runtime/lib/intel64:$LD_LIBRARY_PATH
204204ENV PKG_CONFIG_PATH=$INTEL_OPENVINO_DIR/runtime/lib/intel64/pkgconfig
205- ENV PYTHONPATH=$INTEL_OPENVINO_DIR/python/python3.10 :$INTEL_OPENVINO_DIR/python/python3:$PYTHONPATH
205+ ENV PYTHONPATH=$INTEL_OPENVINO_DIR/python/python3.12 :$INTEL_OPENVINO_DIR/python/python3:$PYTHONPATH
206206"""
207207
208208 ## TEMPORARY: Using the tensorrt-8.0 branch until ORT 1.9 release to enable ORT backend with TRT 8.0 support.
You can’t perform that action at this time.
0 commit comments