We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d92a3 commit 55d42c4Copy full SHA for 55d42c4
comps/reranks/predictionguard/README.md
@@ -8,13 +8,13 @@
8
9
```bash
10
cd ../../..
11
-docker build -t opea/reranks-predictionguard:latest -f comps/reranks/predictionguard/Dockerfile .
+docker build -t opea/reranking-predictionguard:latest -f comps/reranks/predictionguard/Dockerfile .
12
```
13
14
### Run the Predictionguard Microservice
15
16
17
-docker run -d -p 9000:9000 -e PREDICTIONGUARD_API_KEY=$PREDICTIONGUARD_API_KEY --name reranks-predictionguard opea/reranks-predictionguard:latest
+docker run -d -p 9000:9000 -e PREDICTIONGUARD_API_KEY=$PREDICTIONGUARD_API_KEY --name reranking-predictionguard opea/reranking-predictionguard:latest
18
19
20
## Consume the Prediction Guard Rerank Microservice
0 commit comments