Skip to content

Commit 6f6fd86

Browse files
committed
Merge branch 'build-command-fix' into 'master'
readme fixes See merge request vmc-eip/OVMS/ovms-c!339
2 parents e348350 + 7742884 commit 6f6fd86

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Review the [Architecture concept](docs/architecture.md) document for more detail
1717

1818
A few key features:
1919
- Support for multiple frameworks. Serve models trained in popular formats such as Caffe*, TensorFlow*, MXNet* and ONNX*.
20-
- Deploy new [model versions](https://github.com/IntelAI/OpenVINO-model-server/blob/master/docs/docker_container.md#model-version-policy) without changing client code.
20+
- Deploy new [model versions](https://github.com/openvinotoolkit/model_server/blob/main/docs/docker_container.md#model-version-policy) without changing client code.
2121
- Support for AI accelerators including [Intel Movidius Myriad VPUs](https://docs.openvinotoolkit.org/latest/openvino_docs_IE_DG_supported_plugins_VPU.html),
2222
[GPU](https://docs.openvinotoolkit.org/latest/_docs_IE_DG_supported_plugins_CL_DNN.html) and [HDDL](https://docs.openvinotoolkit.org/latest/_docs_IE_DG_supported_plugins_HDDL.html).
2323
- The server can be enabled both on [Bare Metal Hosts](docs/host.md) or in
@@ -26,14 +26,15 @@ A few key features:
2626
- [Model reshaping](docs/docker_container.md#model-reshaping). The server supports reshaping models in runtime.
2727
- [Model ensemble](docs/ensemble_scheduler.md) (preview). Connect multiple models to deploy complex processing solutions and reduce overhead of sending data back and forth.
2828

29-
**Note: OVMS has been tested on CentOS and publically released docker images are also based on CentOS.**
29+
**Note: OVMS has been tested on CentOS* and Ubuntu*. Publically released docker images are based on CentOS.**
3030

3131
## Build OpenVINO Model Server
3232
Build the docker image using command:
3333
```bash
34-
make docker_build
34+
make docker_build DLDT_PACKAGE_URL=<URL>
3535
```
3636
called from the root directory of the repository.
37+
Note: URL to OpenVINO Toolkit package can be received after registration on [OpenVINO™ Toolkit website](https://software.intel.com/en-us/openvino-toolkit/choose-download).
3738

3839
It will generate the images, tagged as:
3940
* `openvino/model_server:latest` - with CPU, NCS and HDDL support
@@ -49,7 +50,7 @@ For debugging, an image with a suffix `-build` is also generated (i.e. `openvino
4950

5051
## Run OpenVINO Model Server
5152

52-
A detailed description of how to use OpenVINO Model Server can be found [here](docs/ovms_quickstart.md).
53+
A demonstration how to use OpenVINO Model Server can be found in [a quick start guide](docs/ovms_quickstart.md).
5354

5455
More detailed guides to using Model Server in various scenarios can be found here:
5556

docs/ovms_quickstart.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ docker pull openvino/model_server:latest
4444
or build the docker image openvino/model_server:latest with a command:
4545

4646
```bash
47-
make docker_build
47+
make docker_build DLDT_PACKAGE_URL=<URL>
4848
```
49+
Note: URL to OpenVINO Toolkit package can be received after registration on [OpenVINO™ Toolkit website](https://software.intel.com/en-us/openvino-toolkit/choose-download)
4950

5051
### Step 3: Download a Model
5152

0 commit comments

Comments
 (0)