File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
tools/ci_build/github/linux/docker/inference/x86_64/python/openvino Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ jobs:
4747 with :
4848 architecture : x64
4949
50- - name : Download OpenVINO Toolkit v2025.2 .0
50+ - name : Download OpenVINO Toolkit v2025.3 .0
5151 env :
52- OpenVINOVersion : 2025.2 .0
52+ OpenVINOVersion : 2025.3 .0
5353 shell : pwsh
5454 run : |
55- $Url ="https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.2 /windows/openvino_toolkit_windows_2025.2 .0.19140.c01cd93e24d_x86_64 .zip"
55+ $Url ="https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.3 /windows/openvino_toolkit_windows_2025.3 .0.19807.44526285f24_x86_64 .zip"
5656 $OutputPath = "$env:RUNNER_TEMP\openvino.zip"
5757 $ExtractPath = "$env:RUNNER_TEMP\openvino-v$env:OpenVINOVersion"
5858 $TempExtractPath = "$env:RUNNER_TEMP\openvino_temp"
9595 shell : pwsh
9696 # Use $GITHUB_ENV to set the variable for subsequent steps
9797 run : |
98- $openVinoRootDir = Join-Path $env:RUNNER_TEMP "openvino-v2025.2 .0"
98+ $openVinoRootDir = Join-Path $env:RUNNER_TEMP "openvino-v2025.3 .0"
9999 echo "OpenVINORootDir=$openVinoRootDir" >> $env:GITHUB_ENV
100100
101101 - 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