opendatahub-io / modelmesh-serving

Controller for ModelMesh
Apache License 2.0
3 stars 32 forks source link

Update OVMS to v2023.1 #137

Closed heyselbi closed 1 year ago

heyselbi commented 1 year ago

Currently OVMS we use is v2022 (see: modh image, and odh image )

These images are built in openshift-ci from this yaml file. As can be seen in this yaml file (see line 233), openshift-ci builds the image based on our downstream repo.

We need to create a new yaml file in openshift-ci that will build the v2023 version of OVMS based on the v2023 branch of our downstream repo. OpenShift-ci yaml replicates the logic/instructions of the Dockerfiles in our downstream repo (ie. Dockerfile.redhat)

Deliverable:

Xaenalt commented 1 year ago

Attempt with https://github.com/openvinotoolkit/model_server/pull/1958/files#diff-507d73bbefd62da3db1eec3a006d6f4bf47433fec017a5299f63921bd0a605b0

Xaenalt commented 1 year ago

2023.1 branch: https://github.com/opendatahub-io/openvino_model_server/tree/2023.1-release

rpancham commented 1 year ago

Add openvino model server ci operator config file of v2023.1 https://github.com/openshift/release/pull/43854

rpancham commented 1 year ago

add build_args to ci operator file of v2023.1 https://github.com/openshift/release/pull/43854

heyselbi commented 1 year ago

cc @lucferbux

rpancham commented 1 year ago

Fixed the image failing https://github.com/openshift/release/pull/44515

heyselbi commented 1 year ago

2023.1 image: quay.io/opendatahub/openvino_model_server:stable

heyselbi commented 1 year ago

Follow up issue: https://github.com/opendatahub-io/modelmesh-serving/issues/246