From f25b6966ef2a6c792df9c28e2713a9608313c70e Mon Sep 17 00:00:00 2001 From: Job79 Date: Mon, 10 Nov 2025 19:58:47 +0100 Subject: [PATCH] fix: enable gpu for vms container --- containers/vms/config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/containers/vms/config.sh b/containers/vms/config.sh index 7014b8f..47f133b 100644 --- a/containers/vms/config.sh +++ b/containers/vms/config.sh @@ -1,3 +1,4 @@ #!/bin/bash arg "--net host" arg "--device /dev/kvm" +arg "--device /dev/dri"