Created
July 12, 2022 13:11
-
-
Save crobby/67ebaaf88ebf89337d2c3003aa65cf0b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: serving.kserve.io/v1alpha1 | |
kind: Predictor | |
metadata: | |
name: example-mnist-predictor | |
spec: | |
modelType: | |
name: sklearn | |
path: sklearn/mnist-svm.joblib | |
storage: | |
s3: | |
secretKey: localMinIO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment