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/batch/batch-pool-compute-intensive-sizes.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Use compute-intensive Azure VMs with Batch
3
3
description: How to take advantage of HPC and GPU virtual machine sizes in Azure Batch pools. Learn about OS dependencies and see several scenario examples.
4
4
ms.topic: how-to
5
5
ms.custom: linux-related-content
6
-
ms.date: 06/07/2024
6
+
ms.date: 02/04/2025
7
7
---
8
8
# Use RDMA or GPU instances in Batch pools
9
9
@@ -33,7 +33,7 @@ The RDMA or GPU capabilities of compute-intensive sizes in Batch are supported o
<sup>*</sup>RDMA-capable N-series sizes also include NVIDIA Tesla GPUs
39
39
@@ -69,14 +69,16 @@ To configure a specialized VM size for your Batch pool, you have several options
69
69
70
70
* For pools in the virtual machine configuration, choose a preconfigured [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/) VM image that has drivers and software preinstalled. Examples:
71
71
72
-
*[Data Science Virtual Machine](/azure/machine-learning/data-science-virtual-machine/overview) for Linux or Windows - includes NVIDIA CUDA drivers
72
+
*[Data Science Virtual Machine](/azure/machine-learning/data-science-virtual-machine/overview) for Linux or Windows - includes NVIDIA CUDA drivers
73
73
74
-
* Linux images for Batch container workloads that also include GPU and RDMA drivers:
74
+
* Linux images for Batch container workloads that also include GPU and RDMA drivers:
75
75
76
-
*[Ubuntu Server (with GPU and RDMA drivers) for Azure Batch container pools](https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-azure-batch.ubuntu-server-container-rdma?tab=Overview)
76
+
*[Ubuntu Server (with GPU and RDMA drivers) for Azure Batch container pools](https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-azure-batch.ubuntu-server-container-rdma?tab=Overview)
77
77
78
78
* Create a [custom Windows or Linux VM image](batch-sig-images.md) with installed drivers, software, or other settings required for the VM size.
79
79
80
+
*[Install GPU and RDMA drivers by VM extension](create-pool-extensions.md).
81
+
80
82
* Create a Batch [application package](batch-application-packages.md) from a zipped driver or application installer. Then, configure Batch to deploy this package to pool nodes and install once when each node is created. For example, if the application package is an installer, create a [start task](jobs-and-tasks.md#start-task) command line to silently install the app on all pool nodes. Consider using an application package and a pool start task if your workload depends on a particular driver version.
0 commit comments