File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ FROM $BASE_IMAGE as base_build
19
19
20
20
LABEL version="1.0.0"
21
21
22
- ARG PROJECT_NAME="OpenVINO Model Server 2021.1 "
22
+ ARG PROJECT_NAME="OpenVINO Model Server 2021.2 "
23
23
24
24
LABEL description=${PROJECT_NAME}
25
25
26
- ARG ov_source_branch=2020.4
26
+ ARG ov_source_branch=releases/2021/2
27
27
ARG ovms_metadata_file
28
28
ARG ov_use_binary=1
29
29
ARG DLDT_PACKAGE_URL
@@ -33,7 +33,7 @@ ARG TEMP_DIR=/tmp/openvino_installer
33
33
ARG DL_INSTALL_DIR=/opt/intel/openvino/deployment_tools
34
34
ARG DL_DIR=/tmp
35
35
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-*
37
37
# build_type=[ opt, dbg ]
38
38
ARG build_type=dbg
39
39
ARG debug_bazel_flags=--strip=never\ --copt="-g"\ -c\ dbg
Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ INSTALL_RPMS_FROM_URL ?=
46
46
# NOTE: when changing any value below, you'll need to adjust WORKSPACE file by hand:
47
47
# - uncomment source build section, comment binary section
48
48
# - 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
50
50
51
51
DLDT_PACKAGE_URL ?= ""
52
52
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-*
54
54
55
55
# opt, dbg:
56
56
BAZEL_BUILD_TYPE ?= opt
@@ -80,7 +80,7 @@ OVMS_CPP_DOCKER_IMAGE ?= openvino/model_server
80
80
OVMS_CPP_IMAGE_TAG ?= latest
81
81
82
82
PRODUCT_NAME = "OpenVINO Model Server"
83
- PRODUCT_VERSION ?= "2021.1 "
83
+ PRODUCT_VERSION ?= "2021.2 "
84
84
85
85
OVMS_CPP_CONTAINTER_NAME ?= server-test
86
86
OVMS_CPP_CONTAINTER_PORT ?= 9178
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ It will generate the images, tagged as :
71
71
as well as a release package (.tar.gz, with ovms binary and necessary libraries), in a ./dist directory.
72
72
</details >
73
73
74
- Note: Images include OpenVINO 2021.1 release.
74
+ Note: Latest images include OpenVINO 2021.2 release.
75
75
76
76
77
77
### Running the OpenVINO&trade ; Model Server Image for ** Single** Model <a name =" singlemodel " ></a >
You can’t perform that action at this time.
0 commit comments