feat(kserve): install KServe

This commit is contained in:
Masaki Yatsu
2025-11-10 21:31:35 +09:00
parent 27de65dd37
commit 2b0687330c
14 changed files with 1974 additions and 0 deletions

View File

@@ -586,6 +586,19 @@ docker run --rm localhost:30500/mlflow:3.6.0-oidc mlflow --version
**Note**: All Docker commands run on the remote host specified by `DOCKER_HOST`.
## Examples
### Iris Classification with KServe
A complete end-to-end example demonstrating the integration of JupyterHub, MLflow, and KServe:
- Train an Iris classification model in JupyterHub
- Register the model to MLflow Model Registry
- Deploy the model with KServe InferenceService
- Test inference from JupyterHub notebooks and Kubernetes Jobs
See: [`examples/kserve-mlflow-iris`](../examples/kserve-mlflow-iris/README.md)
## Custom Image
### Dockerfile