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
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]>
Copy file name to clipboardExpand all lines: gpu-operator/gpu-operator-kubevirt.rst
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -376,7 +376,17 @@ Download the vGPU Software from the `NVIDIA Licensing Portal <https://nvid.nvidi
376
376
377
377
* Login to the NVIDIA Licensing Portal and navigate to the `Software Downloads` section.
378
378
* 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
380
390
381
391
Next, clone the driver container repository and build the driver image with the following steps.
Copy file name to clipboardExpand all lines: gpu-operator/release-notes.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,7 @@ New Features
94
94
* ``3g.72gb`` :math:`\times` 1
95
95
96
96
* 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.
97
98
98
99
* Revised roles and role-based access controls for the Operator.
99
100
The Operator is revised to use Kubernetes controller-runtime caching that is limited to the Operator namespace and the OpenShift namespace, ``openshift``.
0 commit comments