Skip to content

Commit 145fadc

Browse files
authored
Merge pull request #102199 from yungshinlintw/doc_update
Add AVX2 requiriement
2 parents 66b44c7 + 56f762d commit 145fadc

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

articles/cognitive-services/Computer-vision/computer-vision-how-to-install-containers.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: cognitive-services
99
ms.subservice: computer-vision
1010
ms.topic: conceptual
1111
ms.date: 11/21/2019
12-
ms.author: dapine
12+
ms.author: pafarley
1313
ms.custom: seodec18
1414
---
1515

@@ -41,6 +41,16 @@ You must meet the following prerequisites before using the containers:
4141

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

44+
### Advanced Vector Extension support
45+
46+
The **host** computer is the computer that runs the docker container. The host *must support* [Advanced Vector Extensions](https://en.wikipedia.org/wiki/Advanced_Vector_Extensions#CPUs_with_AVX2) (AVX2). You can check for AVX2 support on Linux hosts with the following command:
47+
48+
```console
49+
grep -q avx2 /proc/cpuinfo && echo AVX2 supported || echo No AVX2 support detected
50+
```
51+
> [!WARNING]
52+
> The host computer is *required* to support AVX2. The container *will not* function correctly without AVX2 support.
53+
4454
### Container requirements and recommendations
4555

4656
[!INCLUDE [Container requirements and recommendations](includes/container-requirements-and-recommendations.md)]

0 commit comments

Comments
 (0)