Skip to content

Commit a219bca

Browse files
Merge pull request #235023 from eric-urban/patch-1
Translator container terminology and version
2 parents 385d36c + ceccbbc commit a219bca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cognitive-services/Translator/containers/translator-how-to-install-container.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The following table describes the minimum and recommended CPU cores and memory t
6868

6969
| Container | Minimum |Recommended | Language Pair |
7070
|-----------|---------|---------------|----------------------|
71-
| Translator connected |`2` cores, 2-GB memory |`4` cores, 8-GB memory | 4 |
71+
| Translator |`2` cores, 2-GB memory |`4` cores, 8-GB memory | 4 |
7272

7373
* Each core must be at least 2.6 gigahertz (GHz) or faster.
7474

@@ -92,9 +92,9 @@ Application for Gated Services**](https://aka.ms/csgate-translator) to request a
9292

9393
## Translator container image
9494

95-
The Translator container image can be found on the `mcr.microsoft.com` container registry syndicate. It resides within the `azure-cognitive-services/translator` repository and is named `text-translation`. The fully qualified container image name is `mcr.microsoft.com/azure-cognitive-services/translator/text-translation:1.0.019410001-amd64-preview`.
95+
The Translator container image can be found on the `mcr.microsoft.com` container registry syndicate. It resides within the `azure-cognitive-services/translator` repository and is named `text-translation`. The fully qualified container image name is `mcr.microsoft.com/azure-cognitive-services/translator/text-translation:latest`.
9696

97-
To use the latest version of the container, you can use the `latest` tag. You can also find a full list of [tags on the MCR](https://mcr.microsoft.com/product/azure-cognitive-services/translator/text-translation/tags).
97+
To use the latest version of the container, you can use the `latest` tag. You can find a full list of [tags on the MCR](https://mcr.microsoft.com/product/azure-cognitive-services/translator/text-translation/tags).
9898

9999
## Get container images with **docker commands**
100100

@@ -112,7 +112,7 @@ docker run --rm -it -p 5000:5000 --memory 12g --cpus 4 \
112112
-e eula=accept \
113113
-e billing={ENDPOINT_URI} \
114114
-e Languages=en,fr,es,ar,ru \
115-
mcr.microsoft.com/azure-cognitive-services/translator/text-translation:1.0.019410001-amd64-preview
115+
mcr.microsoft.com/azure-cognitive-services/translator/text-translation:latest
116116
```
117117

118118
The above command:

0 commit comments

Comments
 (0)