File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,8 @@ endif
174
174
--build-arg no_proxy=$(NO_PROXY) \
175
175
--build-arg INSTALL_RPMS_FROM_URL="$(INSTALL_RPMS_FROM_URL)" \
176
176
--build-arg GPU=1 \
177
- -t $(OVMS_CPP_DOCKER_IMAGE ) -gpu :$(OVMS_CPP_IMAGE_TAG )
177
+ -t $(OVMS_CPP_DOCKER_IMAGE ) -gpu :$(OVMS_CPP_IMAGE_TAG ) && \
178
+ docker tag $(OVMS_CPP_DOCKER_IMAGE ) -gpu :$(OVMS_CPP_IMAGE_TAG ) $(OVMS_CPP_DOCKER_IMAGE ) :$(OVMS_CPP_IMAGE_TAG ) -gpu
178
179
179
180
test_checksec :
180
181
@echo " Running checksec on ovms binary..."
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ called from the root directory of the repository.
37
37
38
38
It will generate the images, tagged as:
39
39
* ` openvino/model_server:latest ` - with CPU, NCS and HDDL support
40
- * ` openvino/model_server-gpu :latest ` - with CPU, NCS, HDDL and iGPU support
40
+ * ` openvino/model_server:latest-gpu ` - with CPU, NCS, HDDL and iGPU support
41
41
42
42
as well as a release package (.tar.gz, with ovms binary and necessary libraries), in a ./dist directory.
43
43
44
- The release package is compatible with linux machines on which ` glibc ` version is greater than or equal to the build image version.
44
+ The release package is compatible with linux machines on which ` glibc ` version is greater than or equal to the build image version 2.17 .
45
45
For debugging, an image with a suffix ` -build ` is also generated (i.e. ` openvino/model_server-build:latest ` ).
46
46
47
47
* Note:* Images include OpenVINO 2021.1 release. <br >
You can’t perform that action at this time.
0 commit comments