Skip to content

Commit 950fc0b

Browse files
authored
Update disconnected-containers.md
1 parent 593c8f2 commit 950fc0b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,14 @@ To download all the required models into your Custom Speech-to-Text container fo
198198

199199
After all required models have been downloaded to your host computer, you need to download the disconnected license file using the instructions in the above chapter, titled [Configure the container to be run in a disconnected environment](./disconnected-containers.md#configure-the-container-to-be-run-in-a-disconnected-environment), using the Speech resource from step 2.
200200

201-
To run the container in disconnected mode, follow the instructions from above chapter titled [Run the container in a disconnected environment](./disconnected-containers.md#run-the-container-in-a-disconnected-environment) and add an additional -v parameter to mount the directory containing your custom speech model.
201+
To run the container in disconnected mode, follow the instructions from above chapter titled [Run the container in a disconnected environment](./disconnected-containers.md#run-the-container-in-a-disconnected-environment) and add an additional `-v` parameter to mount the directory containing your custom speech model.
202+
202203
Example for running a Custom Speech-to-Text container in disconnected mode:
203204
```bash
204205
docker run --rm -it -p 5000:5000 --memory {MEMORY_SIZE} --cpus {NUMBER_CPUS} \
205206
-v {LICENSE_MOUNT} \
206207
-v {OUTPUT_PATH} \
207-
-v {VOLUME_MOUNT} \
208+
-v {MODEL_PATH} \
208209
{IMAGE} \
209210
eula=accept \
210211
Mounts:License={CONTAINER_LICENSE_DIRECTORY}

0 commit comments

Comments
 (0)