Skip to content

Commit 7ad934a

Browse files
Merge pull request #210886 from srasool/main
Update docs for ASE Pro 2 support
2 parents f04f08c + 0a006a0 commit 7ad934a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/cognitive-services/Computer-vision/spatial-analysis-container.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Spatial Analysis container enables you to analyze real-time streaming video
2626

2727
### Spatial Analysis container requirements
2828

29-
To run the Spatial Analysis container, you need a compute device with an NVIDIA CUDA Compute Capable GPU 6.0 or higher (for example, [NVIDIA Tesla T4](https://www.nvidia.com/en-us/data-center/tesla-t4/), 1080Ti, or 2080Ti). We recommend that you use [Azure Stack Edge](https://azure.microsoft.com/products/azure-stack/edge/) with GPU acceleration, however the container runs on any other desktop machine that meets the minimum requirements. We'll refer to this device as the host computer.
29+
To run the Spatial Analysis container, you need a compute device with an NVIDIA CUDA Compute Capable GPU 6.0 or higher (for example, [NVIDIA Tesla T4](https://www.nvidia.com/en-us/data-center/tesla-t4/), A2, 1080Ti, or 2080Ti). We recommend that you use [Azure Stack Edge](https://azure.microsoft.com/products/azure-stack/edge/) with GPU acceleration, however the container runs on any other desktop machine that meets the minimum requirements. We'll refer to this device as the host computer.
3030

3131
#### [Azure Stack Edge device](#tab/azure-stack-edge)
3232

@@ -39,15 +39,15 @@ Azure Stack Edge is a Hardware-as-a-Service solution and an AI-enabled edge comp
3939
* 4 GB of system RAM
4040
* 4 GB of GPU RAM
4141
* 8 core CPU
42-
* One NVIDIA CUDA Compute Capable GPU 6.0 or higher (for example, [NVIDIA Tesla T4](https://www.nvidia.com/en-us/data-center/tesla-t4/), 1080Ti, or 2080Ti)
42+
* One NVIDIA CUDA Compute Capable GPU 6.0 or higher (for example, [NVIDIA Tesla T4](https://www.nvidia.com/en-us/data-center/tesla-t4/), A2, 1080Ti, or 2080Ti)
4343
* 20 GB of HDD space
4444

4545
#### Recommended hardware
4646

4747
* 32 GB of system RAM
4848
* 16 GB of GPU RAM
4949
* 8 core CPU
50-
* Two NVIDIA CUDA Compute Capable GPUs 6.0 or higher (for example, [NVIDIA Tesla T4](https://www.nvidia.com/en-us/data-center/tesla-t4/), 1080Ti, or 2080Ti)
50+
* Two NVIDIA CUDA Compute Capable GPUs 6.0 or higher (for example, [NVIDIA Tesla T4](https://www.nvidia.com/en-us/data-center/tesla-t4/), A2, 1080Ti, or 2080Ti)
5151
* 50 GB of SSD space
5252

5353
In this article, you'll download and install the following software packages. The host computer must be able to run the following (see below for instructions):
@@ -503,8 +503,6 @@ The following table shows the various Environment Variables used by the IoT Edge
503503
| BILLING | your Endpoint URI| Collect this value from Azure portal from your Computer Vision resource. You can find it in the **Key and endpoint** section for your resource.|
504504
| EULA | accept | This value needs to be set to *accept* for the container to run |
505505
| DISPLAY | :1 | This value needs to be same as the output of `echo $DISPLAY` on the host computer. Azure Stack Edge devices do not have a display. This setting is not applicable|
506-
| ARCHON_GRAPH_READY_TIMEOUT | 600 | Add this environment variable if your GPU is **not** T4 or NVIDIA 2080 Ti|
507-
| ORT_TENSORRT_ENGINE_CACHE_ENABLE | 0 | Add this environment variable if your GPU is **not** T4 or NVIDIA 2080 Ti|
508506
| KEY_ENV | ASE Encryption key | Add this environment variable if Video_URL is an obfuscated string |
509507
| IV_ENV | Initialization vector | Add this environment variable if Video_URL is an obfuscated string|
510508

0 commit comments

Comments
 (0)