Search results

  1. D

    PVE 9 - NVIDIA Container Toolkit Broken

    Nope, no need for driver installation. The drivers from the host get bind mounted to the container from the host for use. You can see I outputted the mount output there. See my post further up: https://forum.proxmox.com/threads/pve-9-nvidia-container-toolkit-broken.169364/post-797860
  2. D

    PVE 9 - NVIDIA Container Toolkit Broken

    This is what I'm using on pve9 for the toolkit: cat /etc/apt/sources.list.d/nvidia-container-toolkit.sources Types: deb URIs: https://nvidia.github.io/libnvidia-container/stable/deb/amd64/ Suites: / Components: Signed-By: /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg I think lxc-pve...
  3. D

    PVE 9 - NVIDIA Container Toolkit Broken

    Your way works, and I used that as a workaround when the nvidia hook was broken, but that's an awful lot of work. Just Install the nvidia-container-toolkit and nvidia drivers on the host and add these lines to your container's config: lxc.hook.pre-start: sh -c '[ ! -f /dev/nvidia0 ] &&...
  4. D

    PVE 9 - NVIDIA Container Toolkit Broken

    Confirmed working on 6.0.5 :) https://bugzilla.proxmox.com/show_bug.cgi?id=6725#c8 Config for testing: arch: amd64 features: fuse=1,keyctl=1,mknod=1,nesting=1 hostname: gpu-test memory: 64223 nameserver: 192.168.0.8 net0...
  5. D

    PVE 9 - NVIDIA Container Toolkit Broken

    For those not following the bug report, they are pushing 6.0.5 to pve-test soon. So it should be available for testing soon.
  6. D

    PVE 9 - NVIDIA Container Toolkit Broken

    Since Proxmox maintains their own version of lxc, they should be able to import the patch. They are building lxc from trixie though. So I doubt we'll get 6.0.5, I could be wrong though. https://github.com/proxmox/lxc/blob/801762fa4a6afe32c55d87c5eec99e14a9eaa48d/Makefile apt show lxc-pve...
  7. D

    PVE 9 - NVIDIA Container Toolkit Broken

    You should be able to subscribe to the bug report if you wanted to.
  8. D

    PVE 9 - NVIDIA Container Toolkit Broken

    Bug report filed: https://bugzilla.proxmox.com/show_bug.cgi?id=6725
  9. D

    PVE 9 - NVIDIA Container Toolkit Broken

    I was working with the Incus project owner on their forums and it looks like this is a regression in 6.0.4 which was fixed in 6.0.5. I'm going to open a bug report with Proxmox. Thread: https://discuss.linuxcontainers.org/t/lxc-nvidia-container-toolkit/24563/4?u=dasunsrule32 6.0.5 release...
  10. D

    PVE 9 - NVIDIA Container Toolkit Broken

    I spun up a d13 instance and it failed there as well. The hook needs to be updated I guess.
  11. D

    PVE 9 - NVIDIA Container Toolkit Broken

    On that beta thread, this stuck out to me. I wonder if updating to a trixie lxc image would do the trick?
  12. D

    PVE 9 - NVIDIA Container Toolkit Broken

    Running into something similar, my post here describes this. Have you figured out how to get this working?
  13. D

    Setting up nvidia gpu for stable diffusion in a LXC container ?

    I was curious, what does your entire config look like? I have the drivers installed on my host and I can't get it to start when using these. This is what I did to install them: apt install pve-headers nvidia-driver Debian driver on PVE 9.x: Package: nvidia-driver Version: 550.163.01-2...