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
Copy file name to clipboardExpand all lines: articles/ai-services/content-safety/how-to/containers/image-container.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ The following table represents the various `docker run` parameters and their cor
58
58
|`{ENDPOINT_URI}`| The endpoint is required for metering and billing. For more information, see [billing arguments](./install-run-container.md#billing-arguments). |
59
59
|`{API_KEY}`| The API key is required. For more information, see [billing arguments](./install-run-container.md#billing-arguments). |
60
60
61
-
When you run the content safety analyze image container, configure the port, memory, and CPU according to the [requirements and recommendations](./install-run-container.md#container-requirements-and-recommendations).
61
+
When you run the content safety analyze image container, configure the port, memory, and CPU according to the [requirements and recommendations](./install-run-container.md#host-computer-requirements-and-recommendations).
62
62
63
63
Here's a sample `docker run` command with placeholder values. You must specify the `ENDPOINT_URI` and `API_KEY` values:
64
64
@@ -72,7 +72,7 @@ ApiKey={API_KEY}
72
72
73
73
This command:
74
74
* Runs an `image-analyze` container from the container image.
75
-
* Uses all available GPU resources (by specifying `--gpus all`). Content safety containers require CUDA for optimal performance. Learn more in [host requirements and recommendations](./install-run-container.md#host-computer-requirements-and-recommendations). Also make sure your host installs [NVIDIA container toolkit](./install-run-container.md#installing-the-nvidia-container-toolkit).
75
+
* Uses all available GPU resources (by specifying `--gpus all`). Content safety containers require CUDA for optimal performance. Learn more in [host requirements and recommendations](./install-run-container.md#host-computer-requirements-and-recommendations). Also make sure your host installs [NVIDIA container toolkit](./install-run-container.md#install-the-nvidia-container-toolkit).
76
76
* Exposes TCP port 5000 and allocates a pseudo-TTY for the container.
77
77
* Automatically removes the container after it exits. The container image is still available on the host computer.
78
78
@@ -150,6 +150,6 @@ Once the container is up and running, you can validate its operation by sending
150
150
151
151
## Next steps
152
152
153
-
* See the [content safety containers overview](../../../container-overview.md)
153
+
* See the [content safety containers overview](./container-overview.md)
154
154
* Review [configure containers](./install-run-container.md) for configuration settings
155
155
* Use more [Azure AI containers](../../../cognitive-services-container-support.md)
Copy file name to clipboardExpand all lines: articles/ai-services/content-safety/how-to/containers/install-run-container.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,14 +68,14 @@ The table below presents the requests per second (RPS) and latency metrics obtai
68
68
69
69
Even with identical GPUs, performance can fluctuate based on the GPU load and the specific configuration of the environment. The benchmark data we provide should be used as a reference point when considering the deployment of content safety containers in your environment. For the most accurate assessment, we recommend conducting tests within your specific environment.
70
70
71
-
#### [Analyze text](#tqb/text)
71
+
#### [Analyze text](#tab/text)
72
72
73
73
|GPU| Max RPS| Average latency (at Max RPS)|
74
74
|---|---|---|
75
75
| T4 | 130 | 50.4 ms |
76
76
| A100 | 360 | 8.7 |
77
77
78
-
#### [Analyze image](#tqb/image)
78
+
#### [Analyze image](#tab/image)
79
79
80
80
|GPU| Max RPS| Average latency (at Max RPS)|
81
81
|---|---|---|
@@ -140,7 +140,7 @@ You can have this container and a different Azure AI container running on the HO
140
140
> [!NOTE]
141
141
> Use a unique port number if you're running multiple containers.
Copy file name to clipboardExpand all lines: articles/ai-services/content-safety/how-to/containers/text-container.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ ApiKey={API_KEY}
71
71
72
72
This command:
73
73
* Runs a `content safety` container from the container image.
74
-
* Uses all available GPU resources (by specifying `--gpus all`). Content safety container requires CUDA for optimal performance. See more in [host requirements and recommendations](./install-run-container.md#host-computer-requirements-and-recommendations). Also make sure your host install [NVIDIA container toolkit](./install-run-container.md#installing-the-nvidia-container-toolkit)
74
+
* Uses all available GPU resources (by specifying `--gpus all`). Content safety container requires CUDA for optimal performance. See more in [host requirements and recommendations](./install-run-container.md#host-computer-requirements-and-recommendations). Also make sure your host install [NVIDIA container toolkit](./install-run-container.md#install-the-nvidia-container-toolkit)
75
75
* Exposes TCP port 5000 and allocates a pseudo-TTY for the container.
76
76
* Automatically removes the container after it exits. The container image is still available on the host computer.
0 commit comments