File tree Expand file tree Collapse file tree
tools/ci_build/github/linux/docker/inference/x86_64/python/openvino Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ jobs:
5151 with :
5252 architecture : x64
5353
54- - name : Download OpenVINO Toolkit v2025.2 .0
54+ - name : Download OpenVINO Toolkit v2025.3 .0
5555 env :
56- OpenVINOVersion : 2025.2 .0
56+ OpenVINOVersion : 2025.3 .0
5757 shell : pwsh
5858 run : |
59- $Url ="https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.2 /windows/openvino_toolkit_windows_2025.2 .0.19140.c01cd93e24d_x86_64 .zip"
59+ $Url ="https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.3 /windows/openvino_toolkit_windows_2025.3 .0.19807.44526285f24_x86_64 .zip"
6060 $OutputPath = "$env:RUNNER_TEMP\openvino.zip"
6161 $ExtractPath = "$env:RUNNER_TEMP\openvino-v$env:OpenVINOVersion"
6262 $TempExtractPath = "$env:RUNNER_TEMP\openvino_temp"
9999 shell : pwsh
100100 # Use $GITHUB_ENV to set the variable for subsequent steps
101101 run : |
102- $openVinoRootDir = Join-Path $env:RUNNER_TEMP "openvino-v2025.2 .0"
102+ $openVinoRootDir = Join-Path $env:RUNNER_TEMP "openvino-v2025.3 .0"
103103 echo "OpenVINORootDir=$openVinoRootDir" >> $env:GITHUB_ENV
104104
105105 - name : Print OpenVINORootDir after downloading OpenVINO
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ RUN dnf install -y --nodocs \
1919 && dnf clean all \
2020 && rm -rf /var/cache/dnf
2121
22- ENV INTEL_OPENVINO_DIR=/opt/intel/openvino_2025.2 .0
23- ARG OPENVINO_PACKAGE_URL=https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.2 /linux/openvino_toolkit_rhel8_2025.2 .0.19140.c01cd93e24d_x86_64 .tgz
22+ ENV INTEL_OPENVINO_DIR=/opt/intel/openvino_2025.3 .0
23+ ARG OPENVINO_PACKAGE_URL=https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.3 /linux/openvino_toolkit_rhel8_2025.3 .0.19807.44526285f24_x86_64 .tgz
2424ARG TEMP_DIR=/tmp/openvino_installer
2525
2626RUN mkdir -p ${TEMP_DIR} && \
You can’t perform that action at this time.
0 commit comments