Skip to content

Commit ceccbbc

Browse files
authored
Update translator-how-to-install-container.md
Per Jonathan: "The hardware requirements apply to both standard and disconnected containers so making this general as it has come up with customers. We don't really use the term "connected" in our public facing container docs either, we simply refer to containers and differentiate containers that can be run without an internet connection as disconnected." We can also bump up the version or use "latest" for future proofing.
1 parent 639dc68 commit ceccbbc

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)