Skip to content

Commit 2993457

Browse files
Document aie .run file when building vgpu manager image (#123)
Document aie .run file when building vgpu manager image Signed-off-by: Christopher Desiniotis <[email protected]> Signed-off-by: Mike McKiernan <[email protected]> Co-authored-by: Mike McKiernan <[email protected]>
1 parent 7aa8db4 commit 2993457

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

gpu-operator/gpu-operator-kubevirt.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,17 @@ Download the vGPU Software from the `NVIDIA Licensing Portal <https://nvid.nvidi
376376

377377
* Login to the NVIDIA Licensing Portal and navigate to the `Software Downloads` section.
378378
* The NVIDIA vGPU Software is located in the Software Downloads section of the NVIDIA Licensing Portal.
379-
* The vGPU Software bundle is packaged as a zip file. Download and unzip the bundle to obtain the NVIDIA vGPU Manager for Linux (``NVIDIA-Linux-x86_64-<version>-vgpu-kvm.run`` file)
379+
* The vGPU Software bundle is packaged as a zip file.
380+
Download and unzip the bundle to obtain the NVIDIA vGPU Manager for Linux file, ``NVIDIA-Linux-x86_64-<version>-vgpu-kvm.run``.
381+
382+
.. start-nvaie-run-file
383+
384+
.. note::
385+
386+
NVIDIA AI Enterprise customers must use the ``aie`` .run file for building the NVIDIA vGPU Manager image.
387+
Download the ``NVIDIA-Linux-x86_64-<version>-vgpu-kvm-aie.run`` file instead, and rename it to
388+
``NVIDIA-Linux-x86_64-<version>-vgpu-kvm.run`` before proceeding with the rest of the procedure.
389+
.. end-nvaie-run-file
380390
381391
Next, clone the driver container repository and build the driver image with the following steps.
382392

gpu-operator/release-notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ New Features
9494
* ``3g.72gb`` :math:`\times` 1
9595

9696
* Added support for KubeVirt and OpenShift Virtualization with vGPU v17.4 for A30, A100, and H100 GPUs.
97+
These GPUs are supported with an NVIDIA AI Enterpise subscription only and require building the NVIDIA vGPU Manager container image with the ``aie`` .run file.
9798

9899
* Revised roles and role-based access controls for the Operator.
99100
The Operator is revised to use Kubernetes controller-runtime caching that is limited to the Operator namespace and the OpenShift namespace, ``openshift``.

openshift/openshift-virtualization.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,11 @@ Use the following steps to build the vGPU Manager container and push it to a pri
178178
* The NVIDIA vGPU Software is located on the **Driver downloads** tab of the **Software Downloads** page.
179179
* Click the **Download** link for the Linux KVM complete vGPU package.
180180
Confirm that the **Product Version** column shows the vGPU version to install.
181-
Unzip the bundle to obtain the NVIDIA vGPU Manager for Linux (``NVIDIA-Linux-x86_64-<version>-vgpu-kvm.run`` file)
181+
Unzip the bundle to obtain the NVIDIA vGPU Manager for Linux file, ``NVIDIA-Linux-x86_64-<version>-vgpu-kvm.run``.
182+
183+
.. include:: ../gpu-operator/gpu-operator-kubevirt.rst
184+
:start-after: start-nvaie-run-file
185+
:end-before: end-nvaie-run-file
182186

183187
Use the following steps to clone the driver container repository and build the driver image.
184188

0 commit comments

Comments
 (0)