Skip to content

Commit 43fe914

Browse files
committed
Merge branch 'gpu-tag' into 'master'
gpu tag rename See merge request vmc-eip/OVMS/ovms-c!338
2 parents 6f6fd86 + 7e6cf3b commit 43fe914

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ endif
174174
--build-arg no_proxy=$(NO_PROXY) \
175175
--build-arg INSTALL_RPMS_FROM_URL="$(INSTALL_RPMS_FROM_URL)" \
176176
--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
178179

179180
test_checksec:
180181
@echo "Running checksec on ovms binary..."

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ Note: URL to OpenVINO Toolkit package can be received after registration on [Ope
3838

3939
It will generate the images, tagged as:
4040
* `openvino/model_server:latest` - with CPU, NCS and HDDL support
41-
* `openvino/model_server-gpu:latest` - with CPU, NCS, HDDL and iGPU support
41+
* `openvino/model_server:latest-gpu` - with CPU, NCS, HDDL and iGPU support
4242

4343
as well as a release package (.tar.gz, with ovms binary and necessary libraries), in a ./dist directory.
4444

45-
The release package is compatible with linux machines on which `glibc` version is greater than or equal to the build image version.
45+
The release package is compatible with linux machines on which `glibc` version is greater than or equal to the build image version 2.17.
4646
For debugging, an image with a suffix `-build` is also generated (i.e. `openvino/model_server-build:latest`).
4747

4848
*Note:* Images include OpenVINO 2021.1 release. <br>

0 commit comments

Comments
 (0)