Skip to content

Commit 1220835

Browse files
[OVEP] Update OV version to 2025.3.0
1 parent 423a03f commit 1220835

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/windows_openvino.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"
@@ -95,7 +95,7 @@ jobs:
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

tools/ci_build/github/linux/docker/inference/x86_64/python/openvino/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2424
ARG TEMP_DIR=/tmp/openvino_installer
2525

2626
RUN mkdir -p ${TEMP_DIR} && \

0 commit comments

Comments
 (0)