Skip to content

Commit

Permalink
chore(components): Update kserve component to v0.12.0 (#10652)
Browse files Browse the repository at this point in the history
Signed-off-by: tomcli <tommy.chaoping.li@ibm.com>
  • Loading branch information
Tomcli authored Apr 2, 2024
1 parent 2903afa commit f80bfd4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions components/kserve/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.9-slim-bullseye
RUN apt-get update && apt-get install -y gcc python3-dev

COPY requirements.txt .
RUN python3 -m pip install -r \
Expand Down
2 changes: 1 addition & 1 deletion components/kserve/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Organization: KServe

Organization Description: KServe is a highly scalable and standards based Model Inference Platform on Kubernetes for Trusted AI

Version information: KServe 0.11.1. Works for Kubeflow 1.8
Version information: KServe 0.12.0. Works for Kubeflow 1.9

**Note:** To use the KServe 0.7.0 version of this component which runs on Kubeflow 1.5, then change the load_component_from_url in the usage section with the following YAML instead:
```
Expand Down
2 changes: 1 addition & 1 deletion components/kserve/component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ outputs:
- {name: InferenceService Status, type: String, description: 'Status JSON output of InferenceService'}
implementation:
container:
image: quay.io/aipipeline/kserve-component:v0.11.1
image: quay.io/aipipeline/kserve-component:v0.12.0
command: ['python']
args: [
-u, kservedeployer.py,
Expand Down
2 changes: 1 addition & 1 deletion components/kserve/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kserve==0.11.1
kserve==0.12.0
protobuf~=3.19.0

0 comments on commit f80bfd4

Please sign in to comment.