Skip to content

Commit 1a5bcc3

Browse files
committed
moving include file
1 parent 75a6c8a commit 1a5bcc3

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

articles/cognitive-services/text-analytics/how-tos/text-analytics-how-to-install-containers.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,17 @@ You must meet the following prerequisites before using Text Analytics containers
4646

4747
[!INCLUDE [Host Computer requirements](../../../../includes/cognitive-services-containers-host-computer.md)]
4848

49+
### Container requirements and recommendations
50+
51+
The following table describes the minimum and recommended specifications for the Text Analytics containers. At least 2 gigabytes (GB) of memory are required, and each CPU core must be at least 2.6 gigahertz (GHz) or faster. The allowable Transactions Per Section (TPS) are also listed.
52+
53+
| | Minimum host specs | Recommended host specs | Minimum TPS | Maximum TPS|
54+
|---|---------|-------------|--|--|
55+
| **Language detection, key phrase extraction** | 1 core, 2GB memory | 1 core, 4GB memory |15 | 30|
56+
| **Sentiment Analysis v3** | 1 core, 2GB memory | 4 cores, 8GB memory |15 | 30|
57+
58+
CPU core and memory correspond to the `--cpus` and `--memory` settings, which are used as part of the `docker run` command.
59+
4960
## Get the container image with `docker pull`
5061

5162
[!INCLUDE [Tip for using docker list](../../../../includes/cognitive-services-containers-docker-list-tip.md)]
@@ -142,7 +153,7 @@ For more information about these options, see [Configure containers](../text-ana
142153
In this article, you learned concepts and workflow for downloading, installing, and running Text Analytics containers. In summary:
143154

144155
* Text Analytics provides three Linux containers for Docker, encapsulating various capabilities:
145-
* *Sentiment Analysis *
156+
* *Sentiment Analysis*
146157
* *Key Phrase Extraction (preview)*
147158
* *Language Detection (preview)*
148159

articles/cognitive-services/text-analytics/includes/docker-run-sentiment-analysis-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ ApiKey={API_KEY}
2424
This command:
2525

2626
* Runs a *Sentiment Analysis* container from the container image
27-
* Allocates one CPU core and 4 gigabytes (GB) of memory
27+
* Allocates one CPU core and 8 gigabytes (GB) of memory
2828
* Exposes TCP port 5000 and allocates a pseudo-TTY for the container
2929
* Automatically removes the container after it exits. The container image is still available on the host computer.

includes/cognitive-services-containers-host-computer.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,3 @@ The host is a x64-based computer that runs the Docker container. It can be a com
1212
* [Azure Container Instances](../articles/container-instances/index.yml).
1313
* A [Kubernetes](https://kubernetes.io/) cluster deployed to [Azure Stack](/azure-stack/operator). For more information, see [Deploy Kubernetes to Azure Stack](/azure-stack/user/azure-stack-solution-template-kubernetes-deploy).
1414

15-
### Container requirements and recommendations
16-
17-
The following table describes the minimum and recommended specifications for the Text Analytics containers. At least 2 gigabytes (GB) of memory are required, and each CPU core must be at least 2.6 gigahertz (GHz) or faster. The allowable Transactions Per Section (TPS) are also listed.
18-
19-
| | Minimum host specs | Recommended host specs | Minimum TPS | Maximum TPS|
20-
|---|---------|-------------|--|--|
21-
| **Language detection, key phrase extraction** | 1 core, 2GB memory | 1 core, 4GB memory |15 | 30|
22-
| **Sentiment Analysis v3** | 1 core, 2GB memory | 4 cores, 8GB memory |15 | 30|
23-
24-
CPU core and memory correspond to the `--cpus` and `--memory` settings, which are used as part of the `docker run` command.
25-

0 commit comments

Comments
 (0)