Skip to content

Commit 2bc2630

Browse files
committed
edit for pub
1 parent d34b011 commit 2bc2630

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ 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 |
109110
| `{CONTAINER_LICENSE_DIRECTORY}` | Location of the license folder on the container's local filesystem. | `/path/to/license/directory` |
110111

111112
**Example `docker run` command**

0 commit comments

Comments
 (0)