File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
33
parameters :
34
34
AgentPool : ' Linux-CPU-2019'
35
35
JobName : ' Linux_CI_Dev'
36
- RunDockerBuildArgs : ' -o ubuntu22.04 -p 3.10 -d openvino -v 2025.0 .0 -x "--enable_generic_interface --use_openvino CPU --build_wheel"'
36
+ RunDockerBuildArgs : ' -o ubuntu22.04 -p 3.10 -d openvino -v 2025.1 .0 -x "--enable_generic_interface --use_openvino CPU --build_wheel"'
37
37
TimeoutInMinutes : 120
Original file line number Diff line number Diff line change 1
1
ARG UBUNTU_VERSION=22.04
2
2
FROM ubuntu:${UBUNTU_VERSION}
3
3
4
- ARG OPENVINO_VERSION=2025.0 .0
4
+ ARG OPENVINO_VERSION=2025.1 .0
5
5
ARG PYTHON_VERSION=3.10
6
6
7
7
ADD scripts /tmp/scripts
@@ -19,9 +19,9 @@ ENV IE_PLUGINS_PATH=$INTEL_OPENVINO_DIR/runtime/lib/intel64
19
19
ENV DEBIAN_FRONTEND=noninteractive
20
20
21
21
RUN cd /opt && mkdir -p intel && cd intel && \
22
- wget https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.0 /linux/openvino_toolkit_ubuntu22_2025.0 .0.17942.1f68be9f594_x86_64 .tgz && \
23
- tar xzf openvino_toolkit_ubuntu22_2025.0 .0.17942.1f68be9f594_x86_64 .tgz && rm -rf openvino_toolkit_ubuntu22_2025.0 .0.17942.1f68be9f594_x86_64 .tgz && \
24
- mv openvino_toolkit_ubuntu22_2025.0 .0.17942.1f68be9f594_x86_64 openvino_2025.0 .0 && \
22
+ wget https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.1 /linux/openvino_toolkit_ubuntu22_2025.1 .0.18503.6fec06580ab_x86_64 .tgz && \
23
+ tar xzf openvino_toolkit_ubuntu22_2025.1 .0.18503.6fec06580ab_x86_64 .tgz && rm -rf openvino_toolkit_ubuntu22_2025.1 .0.18503.6fec06580ab_x86_64 .tgz && \
24
+ mv openvino_toolkit_ubuntu22_2025.1 .0.18503.6fec06580ab_x86_64 openvino_2025.1 .0 && \
25
25
cd $INTEL_OPENVINO_DIR/install_dependencies && ./install_openvino_dependencies.sh -y
26
26
27
27
WORKDIR /root
You can’t perform that action at this time.
0 commit comments