Skip to content

Commit

Permalink
update openvino backend to 2021.4.2 version (openvinotoolkit#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrawins authored Nov 17, 2021
1 parent cf35730 commit 0ef76fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ARG TEMP_DIR=/tmp/openvino_installer
ARG DL_INSTALL_DIR=/opt/intel/openvino/deployment_tools
ARG DL_DIR=/tmp
ARG JOBS
ARG APT_OV_PACKAGE=intel-openvino-runtime-ubuntu20-2021.4.689
ARG APT_OV_PACKAGE=intel-openvino-runtime-ubuntu20-2021.4.752

# build_type=[ opt, dbg ]
ARG build_type=dbg
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ OV_SOURCE_BRANCH ?= master

OV_USE_BINARY ?= 1
YUM_OV_PACKAGE ?= intel-openvino-runtime-centos7
APT_OV_PACKAGE ?= intel-openvino-runtime-ubuntu20-2021.4.689
APT_OV_PACKAGE ?= intel-openvino-runtime-ubuntu20-2021.4.752
# opt, dbg:
BAZEL_BUILD_TYPE ?= opt

Expand Down Expand Up @@ -85,14 +85,14 @@ ifeq ($(BASE_OS),redhat)
BASE_IMAGE=registry.access.redhat.com/ubi8/ubi:8.4
DIST_OS=redhat
DIST_OS_TAG=$(BASE_OS_TAG_REDHAT)
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/2021.4.1/l_openvino_toolkit_runtime_rhel8_p_2021.4.689.tgz
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/2021.4.2/l_openvino_toolkit_runtime_rhel8_p_2021.4.752.tgz
endif

OVMS_CPP_DOCKER_IMAGE ?= openvino/model_server
OVMS_CPP_IMAGE_TAG ?= latest

PRODUCT_NAME = "OpenVINO Model Server"
PRODUCT_VERSION ?= "2021.4.1"
PRODUCT_VERSION ?= "2021.4.2"

OVMS_CPP_CONTAINTER_NAME ?= server-test
OVMS_CPP_CONTAINTER_PORT ?= 9178
Expand Down

0 comments on commit 0ef76fc

Please sign in to comment.