Skip to content

Commit 7f94898

Browse files
fix incorrect tag param
1 parent 58a5560 commit 7f94898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LLM/embedding/deploy-embedding-model-tei.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ If your tenancy is federated with Oracle Identity Cloud Service, use the format
6767
You can then push the container image to the OCI Registry.
6868

6969
```
70-
docker tag ghcr.io/huggingface/text-embeddings-inference:1.5.0 -t <region>.ocir.io/<tenancy>/text-embeddings-inference:1.5.0
70+
docker tag ghcr.io/huggingface/text-embeddings-inference:1.5.0 <region>.ocir.io/<tenancy>/text-embeddings-inference:1.5.0
7171
docker push <region>.ocir.io/<tenancy>/text-embeddings-inference:1.5.0
7272
```
7373

0 commit comments

Comments
 (0)