From c5bc37c856b89b9bd117c15fba97a498cadd2219 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 9 Feb 2026 09:38:53 -0700 Subject: [PATCH] update for tdarr node gpu issues --- lxc3/tdarr.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lxc3/tdarr.yml b/lxc3/tdarr.yml index b498076..7ecfcf8 100644 --- a/lxc3/tdarr.yml +++ b/lxc3/tdarr.yml @@ -2,6 +2,7 @@ services: tdarr: container_name: tdarr image: haveagitgat/tdarr:latest + runtime: nvidia ports: - 8265:8265 - 8266:8266 @@ -10,6 +11,9 @@ services: - /docker/tdarr/server:/app/server # Persistent server data/configs - /docker/tdarr/configs:/app/configs # Global configs - /temp:/temp # Transcode cache (highly recommended) + - /usr/lib/x86_64-linux-gnu/libnvidia-ml.so.580.126.09:/usr/lib/x86_64-linux-gnu/libnvidia-ml.so.580.126.09:ro + - /usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1:/usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1:ro + - /usr/lib/x86_64-linux-gnu/libnvidia-ml.so:/usr/lib/x86_64-linux-gnu/libnvidia-ml.so:ro environment: - TZ=America/Edmonton # Since you're in Edmonton! - serverIP=0.0.0.0