Skip to content

Commit f364d3b

Browse files
committed
h3 and paragraph wording
1 parent 18b7181 commit f364d3b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,7 @@ Now that you've downloaded your container, you will need to run the container wi
8585

8686
> [!IMPORTANT]
8787
> * You can only use a license file with the appropriate container that you've been approved for. For example, you cannot use a license file for a speech-to-text container with a form recognizer container.
88-
> * If you're using the [Translator container](../translator/containers/translator-how-to-install-container.md), it will generate a docker `run` template that you can use to run the container, containing two additional parameters you will need. Make sure you save these values :
89-
> * `MODELS= /path/to/model1/, /path/to/model2/`
90-
> * `TRANSLATORSYSTEMCONFIG=/path/to/model/config/`
91-
88+
> * If you're using the [Translator container](../translator/containers/translator-how-to-install-container.md), using the example below will generate a docker `run` template that you can use to run the container, containing parameters you will need for the downloaded models and configuration file. Make sure you save this template.
9289
9390
The following example shows the formatting of the `docker run` command you'll use, with placeholder values. Replace these placeholder values with your own values.
9491

@@ -137,7 +134,7 @@ Mounts:License={LICENSE_MOUNT}
137134
Mounts:Output={OUTPUT_PATH}
138135
```
139136

140-
### Additional parameters
137+
### Additional parameters and commands
141138

142139
See the following sections for additional parameters and commands you may need to run the container.
143140

0 commit comments

Comments
 (0)