File tree Expand file tree Collapse file tree 6 files changed +60
-60
lines changed
Expand file tree Collapse file tree 6 files changed +60
-60
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ RUN curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_V
1616 rm -f /bazel/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh
1717
1818RUN cd /tmp && mkdir -p /opt/intel && \
19- curl -L https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/2024.6/linux/openvino_genai_ubuntu22_2024.6 .0.0_x86_64 .tar.gz \
19+ curl -L https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/pre-release/2025.0.0.0rc3/openvino_genai_ubuntu22_2025.0 .0.0rc3_x86_64 .tar.gz \
2020 --output openvino.tgz && tar -xf openvino.tgz && \
21- mv openvino_genai_ubuntu22_2024.6 .0.0_x86_64 /opt/intel/openvino && rm /tmp/openvino.tgz
21+ mv oopenvino_genai_ubuntu22_2025.0 .0.0rc3_x86_64 /opt/intel/openvino && rm /tmp/openvino.tgz
2222
2323RUN cd /opt/intel/openvino && ./install_dependencies/install_openvino_dependencies.sh -y
2424
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ new_local_repository(
3535new_local_repository (
3636 name = "openvino_windows" ,
3737 build_file = "//third_party/openvino:windows.BUILD" ,
38- path = "C:/Intel/openvino_2024.6 .0/runtime" ,
38+ path = "C:/Intel/openvino_2025.0 .0/runtime" ,
3939)
4040
4141new_local_repository (
Original file line number Diff line number Diff line change 6161 ],
6262 cache_entries = {
6363 "CMAKE_POSITION_INDEPENDENT_CODE": "ON",
64- "OpenVINO_DIR": "C:/Intel/openvino_2024.6 .0/runtime/cmake",
64+ "OpenVINO_DIR": "C:/Intel/openvino_2025 .0/runtime/cmake",
6565 "OpenCV_DIR": "C:/opencv/build",
6666 },
6767 lib_source = ":all_srcs",
Original file line number Diff line number Diff line change 22 default_visibility = ["//visibility:public"],
33)
44
5- OPENVINO_VERSION = "2460 "
5+ OPENVINO_VERSION = "2500 "
66
77filegroup(
88 name = "shared_objects",
Original file line number Diff line number Diff line change 1- OPENVINO_VERSION = "2460 "
1+ OPENVINO_VERSION = "2500 "
22
33package(
44 default_visibility = ["//visibility:public"],
You can’t perform that action at this time.
0 commit comments