From 1b8114c19bdf64bb750e9efefbba73ebd6d428ea Mon Sep 17 00:00:00 2001 From: komodo Date: Fri, 28 Nov 2025 09:11:34 +0100 Subject: [PATCH] [Komodo] admin: Write Stack File: update compose.yaml --- compose.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index f437580..e77764b 100644 --- a/compose.yaml +++ b/compose.yaml @@ -54,8 +54,10 @@ services: POSTGRES_USER: postgres MACHINE_LEARNING_MODEL_INTRA_OP_THREADS: 2 devices: - - /dev/dri/card1:/dev/dri/card1 - - /dev/dri/renderD128:/dev/dri/renderD128 + - /dev/nvidia0:/dev/nvidia0 + - /dev/nvidiactl:/dev/nvidiactl + - /dev/nvidia-uvm:/dev/nvidia-uvm + - /dev/dri:/dev/dri device_cgroup_rules: - 'c 189:* rmw' volumes: