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 2024.5 .0 -x "--use_openvino CPU --build_wheel"'
36+ RunDockerBuildArgs : ' -o ubuntu22.04 -p 3.10 -d openvino -v 2025.0 .0 -x "--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=2024.5 .0
4+ ARG OPENVINO_VERSION=2025.0 .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/2024.5 /linux/l_openvino_toolkit_ubuntu22_2024.5 .0.17288.7975fa5da0c_x86_64 .tgz && \
23- tar xzf l_openvino_toolkit_ubuntu22_2024.5 .0.17288.7975fa5da0c_x86_64 .tgz && rm -rf l_openvino_toolkit_ubuntu22_2024.5 .0.17288.7975fa5da0c_x86_64 .tgz && \
24- mv l_openvino_toolkit_ubuntu22_2024.5 .0.17288.7975fa5da0c_x86_64 openvino_2024.5 .0 && \
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 && \
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