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
To save startup time and operational effort, precompiled DOCA driver container images are available for common OS/flavor/kernel/architecture variants.
228
+
229
+
The container image tag pattern used for common variants is: **driver_ver-container_ver-kernel_ver-flavor-os-arch**. For example: ``24.07-0.6.1.0-0-6.8.0-49-generic-ubuntu24.04-amd64``
230
+
231
+
**NOTE:** For the ``generic`` flavor of Ubuntu, the default Kernel version is used for precompiling (e.g. *6.8.0-31* for Ubuntu 24.04). Whereas for all other flavors, their latest (at time of DOCA packaging/release) Kernel version is used.
232
+
233
+
---------------------------
234
+
Supported Operating Systems
235
+
---------------------------
236
+
237
+
Currently precompiled DOCA driver container images are provided for the following operating systems:
238
+
239
+
- Ubuntu 24.04 (amd64/arm64)
240
+
- Ubuntu 22.04 (amd64/arm64)
241
+
242
+
-----------
243
+
Limitations
244
+
-----------
245
+
246
+
- NVIDIA supports precompiled driver containers for the most recently released DOCA GA drivers.
247
+
- NVIDIA builds precompiled driver containers for ``generic``, ``nvidia``, ``aws``, ``azure``, and ``oracle`` kernel flavors.
248
+
- Precompiled driver containers are currently unsigned.
249
+
- If your hosts use a different kernel variant, you can create a custom precompiled driver container and host it in your own container registry. Please refer to :ref:`advanced-configurations-precompiled` section.
250
+
251
+
.. warning::
252
+
- Only ``generic`` kernel variant is tested and supported as a GA.
253
+
- ``nvidia``, ``aws``, ``azure``, and ``oracle`` kernel variants are supported as a Tech Preview and have limited testing.
0 commit comments