Skip to content

Commit 89bfb08

Browse files
committed
gpu allocation
1 parent 14b5e48 commit 89bfb08

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

articles/container-apps/gpu-image-generation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ In this tutorial you:
102102
From the *Overview* window, select the **Application Url** link to open the web app front end in your browser and use the GPU application.
103103

104104
> [!NOTE]
105-
> To achieve the best performance of your GPU apps, follow the steps to [improve cold start for your serverless GPUs](gpu-serverless-overview.md#improve-gpu-cold-start).
105+
> - To achieve the best performance of your GPU apps, follow the steps to [improve cold start for your serverless GPUs](gpu-serverless-overview.md#improve-gpu-cold-start).
106+
> - When there are multiple containers in your application, the first container gets access to the GPU.
106107
107108
## Monitor your GPU
108109

articles/container-apps/gpu-serverless-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Keep in mind the following items as you use serverless GPUs:
5959
- **CUDA version**: Serverless GPUs support the latest CUDA version
6060

6161
- **Support limitations**:
62-
- Only one container in an app can use the GPU at a time.
62+
- Only one container in an app can use the GPU at a time. If you have multiple containers in an app, the first container gets access to the GPU.
6363
- Multiple apps can share the same GPU workload profile but each requires their own replica.
6464
- Multi and fractional GPU replicas aren't supported.
6565
- The first container in your application gets access to the GPU.

0 commit comments

Comments
 (0)