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 3333 parameters :
3434 AgentPool : ' Linux-CPU-2019'
3535 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"'
3737 TimeoutInMinutes : 120
Original file line number Diff line number Diff line change 11ARG UBUNTU_VERSION=22.04
22FROM ubuntu:${UBUNTU_VERSION}
33
4- ARG OPENVINO_VERSION=2025.0 .0
4+ ARG OPENVINO_VERSION=2025.1 .0
55ARG PYTHON_VERSION=3.10
66
77ADD scripts /tmp/scripts
@@ -19,9 +19,9 @@ ENV IE_PLUGINS_PATH=$INTEL_OPENVINO_DIR/runtime/lib/intel64
1919ENV DEBIAN_FRONTEND=noninteractive
2020
2121RUN 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 && \
2525 cd $INTEL_OPENVINO_DIR/install_dependencies && ./install_openvino_dependencies.sh -y
2626
2727WORKDIR /root
You can’t perform that action at this time.
0 commit comments