Skip to content

Commit 24d88c5

Browse files
authored
Merge pull request #504 from VipulMascarenhas/main
Fix incorrect tag param in documentation
2 parents 587ace3 + 7f94898 commit 24d88c5

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)