Skip to content

Commit 7e6cf3b

Browse files
committed
gpu tag rename
1 parent e348350 commit 7e6cf3b

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
@@ -37,11 +37,11 @@ called from the root directory of the repository.
3737

3838
It will generate the images, tagged as:
3939
* `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
4141

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

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.
4545
For debugging, an image with a suffix `-build` is also generated (i.e. `openvino/model_server-build:latest`).
4646

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

0 commit comments

Comments
 (0)