Skip to content

Commit

Permalink
Bump OVMS to 2024.0 release (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkalinowski authored Mar 6, 2024
1 parent 508e095 commit 8a25675
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ OVMS_MEDIA_DOCKER_IMAGE ?= mediapipe_ovms
OVMS_MEDIA_IMAGE_TAG ?= latest
INPUT_VIDEO_LINK ?= "https://www.pexels.com/download/video/3044127/?fps=24.0&h=1080&w=1920"
# Main at Fix building without MediaPipe (#2129)
OVMS_COMMIT ?="7f372bc9b0a94cf546ef5f1a43e4a9bf768d6f85"
OVMS_COMMIT ?="7bf5d7fc217a81ce4b0a089c7679ecb77e6c544c"
JOBS ?= $(shell python3 -c 'import multiprocessing as mp; print(mp.cpu_count())')
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
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

# Targets to use outside running mediapipe_ovms container
docker_build:
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
name = "ovms",
remote = "https://github.com/openvinotoolkit/model_server",
commit = "7bf5d7fc217a81ce4b0a089c7679ecb77e6c544c", # Use bazel to build aws-sdk-cpp (#2334)
commit = "c5a2a67826585e7ff6efb1daa012c75e5e754e00", # Update links [main] (#2358)
)

# DEV ovms - adjust local repository path for build
Expand Down

0 comments on commit 8a25675

Please sign in to comment.