Greetings:
I am trying out the apt package version of LXD (not snapd) on my Debian 12 box (More Info Here). I am attempting to create a container that allows me to run X11 software within as described here: (Simos Blog).
Previously, whilst using the snapd version, I had “no” troubles (I had to fiddle with the audio but we arent there yet). However, now, when I attempt to do the same, I get this:
lxc launch ubuntu:23.04 --profile x11 --profile default internet
Creating internet
Starting internet
Error: Load go-lxc struct: The NVIDIA container tools couldnt be found
Try `lxc info --show-log local:internet` for more info
The above lxc info command provides as follows:
lxc info --show-log local:internet 1 ↵
Name: internet
Status: STOPPED
Type: container
Architecture: x86_64
Created: 2023/09/27 08:57 EDT
Log:
Interestingly, I run an AMD GPU, not NVIDIA, but launching the container with a profile that does not include:
nvidia.driver.capabilities: all
nvidia.runtime: "true"
Allows the container to launch but, when testing X11 functionality, complains that mesa-utils is not installed.
Any suggestions? Thank you!