From 9f793da778ef740d1fca1d3c1a5e7b5e7d249996 Mon Sep 17 00:00:00 2001 From: Dirk Riemann Date: Sat, 18 Apr 2026 12:56:03 +0200 Subject: [PATCH] =?UTF-8?q?fix(compose):=20drop=20runtime:=20nvidia=20?= =?UTF-8?q?=E2=80=94=20use=20deploy.resources.devices=20only?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Docker on the deploy host doesn't register 'nvidia' as a named runtime (modern nvidia-container-toolkit hooks via --gpus all / resources.devices instead). Immich-ml on the same host uses only deploy.resources.devices with driver: nvidia, which is enough. Drop the legacy runtime line. Caught on third deploy attempt. Co-Authored-By: Claude Opus 4.7 (1M context) --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9fabae8..c363804 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,6 @@ services: ports: - "8994:8994" env_file: .env - runtime: nvidia deploy: resources: reservations: