We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725318e commit 1c92497Copy full SHA for 1c92497
articles/cognitive-services/Translator/containers/translator-disconnected-containers.md
@@ -118,7 +118,7 @@ docker run --rm -it -p 5000:5000
118
119
-v {LICENSE_MOUNT_PATH} \
120
121
-Mounts:License={CONTAINER_LICENSE_DIRECTORY} \
+-e Mounts:License={CONTAINER_LICENSE_DIRECTORY} \
122
123
-e DownloadLicense=true \
124
@@ -173,9 +173,9 @@ docker run --rm -it -p 5000:5000 --memory {MEMORY_SIZE} --cpus {NUMBER_CPUS} \
173
174
-v {OUTPUT_MOUNT_PATH} \
175
176
177
178
-Mounts:Output={CONTAINER_OUTPUT_DIRECTORY} \
+-e Mounts:Output={CONTAINER_OUTPUT_DIRECTORY} \
179
180
-e MODELS={MODELS_DIRECTORY_LIST} \
181
0 commit comments