Skip to content

Commit

Permalink
Merge pull request #1232 from javiertoledos/doc/add-nvidia-instructio…
Browse files Browse the repository at this point in the history
…ns-open-suse

doc: add note for Nvidia usage when building from source in OpenSUSE
  • Loading branch information
stgraber authored Sep 24, 2024
2 parents f9d3054 + cd34789 commit ba93e12
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,10 +359,14 @@ You can get the development resources required to build Incus on your OpenSUSE T
sudo zypper install autoconf automake git go libacl-devel libcap-devel liblxc1 liblxc-devel sqlite3-devel libtool libudev-devel liblz4-devel libuv-devel make pkg-config tcl
In addition, for normal operation, you'll also likely need
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 GPUs inside containers, you will need the NVIDIA container tools and LXC hooks:
sudo zypper install libnvidia-container-tools lxc
```
Expand Down

0 comments on commit ba93e12

Please sign in to comment.