Skip to content

Commit 5ab937c

Browse files
authored
update ovms version to 2021.2 (#414)
1 parent c7ce329 commit 5ab937c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Dockerfile.centos

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ FROM $BASE_IMAGE as base_build
1919

2020
LABEL version="1.0.0"
2121

22-
ARG PROJECT_NAME="OpenVINO Model Server 2021.1"
22+
ARG PROJECT_NAME="OpenVINO Model Server 2021.2"
2323

2424
LABEL description=${PROJECT_NAME}
2525

26-
ARG ov_source_branch=2020.4
26+
ARG ov_source_branch=releases/2021/2
2727
ARG ovms_metadata_file
2828
ARG ov_use_binary=1
2929
ARG DLDT_PACKAGE_URL
@@ -33,7 +33,7 @@ ARG TEMP_DIR=/tmp/openvino_installer
3333
ARG DL_INSTALL_DIR=/opt/intel/openvino/deployment_tools
3434
ARG DL_DIR=/tmp
3535
ARG JOBS
36-
ARG YUM_OV_PACKAGE=intel-openvino-runtime-centos7-2021.1.110.x86_64
36+
ARG YUM_OV_PACKAGE=intel-openvino-runtime-centos7-*
3737
# build_type=[ opt, dbg ]
3838
ARG build_type=dbg
3939
ARG debug_bazel_flags=--strip=never\ --copt="-g"\ -c\ dbg

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ INSTALL_RPMS_FROM_URL ?=
4646
# NOTE: when changing any value below, you'll need to adjust WORKSPACE file by hand:
4747
# - uncomment source build section, comment binary section
4848
# - adjust binary version path - version variable is not passed to WORKSPACE file!
49-
OV_SOURCE_BRANCH ?= 2020.4
49+
OV_SOURCE_BRANCH ?= releases/2021/2
5050

5151
DLDT_PACKAGE_URL ?= ""
5252
OV_USE_BINARY ?= 1
53-
YUM_OV_PACKAGE ?= intel-openvino-runtime-centos7-2021.1.110.x86_64
53+
YUM_OV_PACKAGE ?= intel-openvino-runtime-centos7-*
5454

5555
# opt, dbg:
5656
BAZEL_BUILD_TYPE ?= opt
@@ -80,7 +80,7 @@ OVMS_CPP_DOCKER_IMAGE ?= openvino/model_server
8080
OVMS_CPP_IMAGE_TAG ?= latest
8181

8282
PRODUCT_NAME = "OpenVINO Model Server"
83-
PRODUCT_VERSION ?= "2021.1"
83+
PRODUCT_VERSION ?= "2021.2"
8484

8585
OVMS_CPP_CONTAINTER_NAME ?= server-test
8686
OVMS_CPP_CONTAINTER_PORT ?= 9178

docs/docker_container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ It will generate the images, tagged as :
7171
as well as a release package (.tar.gz, with ovms binary and necessary libraries), in a ./dist directory.
7272
</details>
7373

74-
Note: Images include OpenVINO 2021.1 release.
74+
Note: Latest images include OpenVINO 2021.2 release.
7575

7676

7777
### Running the OpenVINO&trade; Model Server Image for **Single** Model <a name="singlemodel"></a>

0 commit comments

Comments
 (0)