You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that you've downloaded your container, you will need to run the container with the `DownloadLicense=True` parameter in your `docker run` command. This parameter will download a license file that will enable your Docker container to run when it isn't connected to the internet. It also contains an expiration date, after which the license file will be invalid to run the container.
85
85
86
86
> [!IMPORTANT]
87
-
> * When you run the container with `DownloadLicense=True`, your environment must be connected to the internet, and you must provide a valid key and endpoint. Once your container has been configured, it can be run disconnected from the internet, and without your key and endpoint.
88
87
> * 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.
89
-
> * If your container requires additional encrypted models, they should be downloaded by running the container with the `DownloadModel=True` flag.
88
+
> * If you're using the [Translator container](../translator/containers/translator-how-to-install-container.md), you will need to add parameters for the downloaded translation models. For example:
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.
92
95
@@ -112,7 +115,7 @@ After you have configured the container, use the next section to run the contain
112
115
## Run the container in a disconnected environment
113
116
114
117
> [!NOTE]
115
-
> If you're using the [Translator container](../translator/containers/translator-how-to-install-container.md), you will need to add parameters for the downloaded translation models. For example:
118
+
> If you're using the [Translator container](../translator/containers/translator-how-to-install-container.md), you will need to add the following parameters to your `docker run` command, to mount the downloaded translation models. For example:
0 commit comments