pipelines/components/contrib/openvino/ovms-deployer
Chen Sun 4a57ab69dd
chore(components): Move openvino components and samples to the right locations. (#9498)
2023-07-05 16:55:42 +00:00
..
containers chore(components): Move openvino components and samples to the right locations. (#9498) 2023-07-05 16:55:42 +00:00
README.md chore(components): Move openvino components and samples to the right locations. (#9498) 2023-07-05 16:55:42 +00:00

README.md

Deployer of OpenVINO Model Server

This component triggers deployment of OpenVINO Model Server in Kubernetes.

It applies the passed component parameters on jinja template and applied deployment and server records.

./deploy.sh
     --model-export-path
     --cluster-name
     --namespace
     --server-name
     --replicas
     --batch-size
     --model-version-policy
     --log-level

building docker image

docker build --build-arg http_proxy=$http_proxy --build-arg https_proxy=$https_proxy .

testing the image locally