Skip to content

Commit 1613c2c

Browse files
authored
Update build vgpu download steps (#313)
* Update build vgpu download steps Signed-off-by: Abigail McCarthy <[email protected]> * minor fixes Signed-off-by: Abigail McCarthy <[email protected]> --------- Signed-off-by: Abigail McCarthy <[email protected]>
1 parent b10fcf1 commit 1613c2c

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

openshift/openshift-virtualization.rst

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -224,19 +224,22 @@ Use the following steps to build the vGPU Manager container and push it to a pri
224224

225225
#. Download the vGPU Software from the `NVIDIA Licensing Portal <https://nvid.nvidia.com/dashboard/#/dashboard>`_.
226226

227+
**For NVIDIA AI Enterprise customers, download:**
228+
229+
* Login to the NVIDIA Licensing Portal and navigate to the **Software Downloads** section.
230+
* Navigate to **[GPU Name] > NVAIE** then **Platform > Linux KVM**.
231+
* Download the **NVAIE [GPU Name] Linux KVM driver**. NVIDIA AI Enterprise customers must use the ``aie`` .run file for building the NVIDIA vGPU Manager image. After downloading, and rename the file to ``NVIDIA-Linux-x86_64-<version>-vgpu-kvm.run``. Refer to the ``Infrastructure Support Matrix`` under section under the `NVIDIA AI Enterprise Infra Release Branches <https://docs.nvidia.com/ai-enterprise/index.html#infrastructure-software>`_ for details on supported version number to use.
232+
233+
234+
**For non-NVIDIA AI Enterprise customers:**
235+
227236
* Login to the NVIDIA Licensing Portal and navigate to the **Software Downloads** section.
228237
* The NVIDIA vGPU Software is located on the **Driver downloads** tab of the **Software Downloads** page.
229238
* Click the **Download** link for the Linux KVM complete vGPU package.
239+
230240
Confirm that the **Product Version** column shows the vGPU version to install.
231241
Unzip the bundle to obtain the NVIDIA vGPU Manager for Linux file, ``NVIDIA-Linux-x86_64-<version>-vgpu-kvm.run``.
232242

233-
.. note::
234-
235-
NVIDIA AI Enterprise customers must use the ``aie`` .run file for building the NVIDIA vGPU Manager image.
236-
Download the ``NVIDIA-Linux-x86_64-<version>-vgpu-kvm-aie.run`` file instead, and rename it to
237-
``NVIDIA-Linux-x86_64-<version>-vgpu-kvm.run`` before proceeding with the rest of the procedure.
238-
Refer to the ``Infrastructure Support Matrix`` under section under the `NVIDIA AI Enterprise Infra Release Branches <https://docs.nvidia.com/ai-enterprise/index.html#infrastructure-software>`_ for details on supported version number to use.
239-
240243
Use the following steps to clone the driver container repository and build the driver image.
241244

242245
#. Open a terminal and clone the driver container image repository:

0 commit comments

Comments
 (0)