Skip to content

Commit

Permalink
Update README.md (kubeflow#856)
Browse files Browse the repository at this point in the history
fix the wrong prebuild image address
  • Loading branch information
edenbuaa authored Jun 5, 2020
1 parent 456cf52 commit 5f1d8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/samples/triton/bert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Build the KFServing Transformer image with above code
cd bert_tokenizer
docker build -t $USER/bert_transformer:latest . --rm
```
Or you can use the prebuild image `gcr.io/kubeflow-ci/kfserving/bert_transformer:latest`
Or you can use the prebuild image `gcr.io/kubeflow-ci/kfserving/bert-transformer:latest`

## Create the InferenceService
Add above custom KFServing Transformer image and Triton Predictor to the `InferenceService` spec
Expand Down

0 comments on commit 5f1d8f4

Please sign in to comment.