File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ OVMS_MEDIA_DOCKER_IMAGE ?= mediapipe_ovms
20
20
OVMS_MEDIA_IMAGE_TAG ?= latest
21
21
INPUT_VIDEO_LINK ?= "https://www.pexels.com/download/video/3044127/?fps=24.0&h=1080&w=1920"
22
22
# Main at Fix building without MediaPipe (#2129)
23
- OVMS_COMMIT ?="7f372bc9b0a94cf546ef5f1a43e4a9bf768d6f85 "
23
+ OVMS_COMMIT ?="7bf5d7fc217a81ce4b0a089c7679ecb77e6c544c "
24
24
JOBS ?= $(shell python3 -c 'import multiprocessing as mp; print(mp.cpu_count() )')
25
- DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/2023 .0/linux/l_openvino_toolkit_ubuntu20_2023 .0.0.10926.b4452d56304_x86_64 .tgz
25
+ DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/2024 .0/linux/l_openvino_toolkit_ubuntu20_2024 .0.0.14509.34caeefd078_x86_64 .tgz
26
26
27
27
# Targets to use outside running mediapipe_ovms container
28
28
docker_build :
Original file line number Diff line number Diff line change @@ -644,7 +644,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
644
644
git_repository (
645
645
name = "ovms" ,
646
646
remote = "https://github.com/openvinotoolkit/model_server" ,
647
- commit = "7bf5d7fc217a81ce4b0a089c7679ecb77e6c544c " , # Use bazel to build aws-sdk-cpp (#2334 )
647
+ commit = "c5a2a67826585e7ff6efb1daa012c75e5e754e00 " , # Update links [main] (#2358 )
648
648
)
649
649
650
650
# DEV ovms - adjust local repository path for build
You can’t perform that action at this time.
0 commit comments