From bbbeebcf08c604ee2c6903a2c281d10df3b5bc64 Mon Sep 17 00:00:00 2001 From: Javier Toledo <284327+javiertoledos@users.noreply.github.com> Date: Fri, 20 Sep 2024 06:12:28 +0000 Subject: [PATCH] doc: add notes for Nvidia gpu usage when installing in OpenSUSE --- doc/.wordlist.txt | 1 + doc/installing.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/doc/.wordlist.txt b/doc/.wordlist.txt index 30dd7ffced..de97c1950d 100644 --- a/doc/.wordlist.txt +++ b/doc/.wordlist.txt @@ -173,6 +173,7 @@ NIC NICs NixOS NUMA +Nvidia NVRAM OCI OData diff --git a/doc/installing.md b/doc/installing.md index d86a95d6e6..992a700466 100644 --- a/doc/installing.md +++ b/doc/installing.md @@ -361,6 +361,10 @@ In addition, for normal operation, you'll also likely need sudo zypper install dnsmasq squashfs xz rsync tar attr acl qemu qemu-img qemu-spice qemu-hw-display-virtio-gpu-pci iptables ebtables nftables +For using Nvidia inside containers, you will need Nvidia container tools and LXC hooks: + + sudo zypper install libnvidia-container-tools lxc + ```