Skip to content

Commit 7532c0b

Browse files
Merge pull request #225998 from laujan/patch-197
Update translator-disconnected-containers.md
2 parents 46ceaf4 + 4af104c commit 7532c0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cognitive-services/Translator/containers/translator-disconnected-containers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: laujan
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.topic: reference
10-
ms.date: 01/13/2023
10+
ms.date: 02/01/2023
1111
ms.author: lajanuar
1212
---
1313

@@ -106,14 +106,14 @@ The following example shows the formatting for the `docker run` command with pla
106106
| `{MODEL_MOUNT_PATH}`| The path where the machine translation models will be downloaded, and mounted. Your directory structure must be formatted as **/usr/local/models** | `/host/translator/models:/usr/local/models`|
107107
| `{ENDPOINT_URI}` | The endpoint for authenticating your service request. You can find it on your resource's **Key and endpoint** page, in the Azure portal. | `https://<your-custom-subdomain>.cognitiveservices.azure.com` |
108108
| `{API_KEY}` | The key for your Text Analytics resource. You can find it on your resource's **Key and endpoint** page, in the Azure portal. |`{string}`|
109-
| `{LANGUAGES_LIST}` | List of language codes separated by commas. It is mandatory to have English (en) language as part of the list.|en,fr,it,ta,uk |
109+
| `{LANGUAGES_LIST}` | List of language codes separated by commas. It's mandatory to have English (en) language as part of the list.| `en`, `fr`, `it`, `zu`, `uk` |
110110
| `{CONTAINER_LICENSE_DIRECTORY}` | Location of the license folder on the container's local filesystem. | `/path/to/license/directory` |
111111

112112
**Example `docker run` command**
113113

114114
```docker
115115
116-
docker run --rm -it -p 5000:5000
116+
docker run --rm -it -p 5000:5000 \
117117
118118
-v {MODEL_MOUNT_PATH} \
119119

0 commit comments

Comments
 (0)