fix(compose): drop runtime: nvidia #33

Merged
goldstein merged 1 commit from fix/docker-gpu-runtime into main 2026-04-18 10:56:16 +00:00
Owner

Docker daemon on the deploy host does not register a named nvidia runtime. deploy.resources.devices with driver: nvidia is enough — matches immich-ml.

Docker daemon on the deploy host does not register a named nvidia runtime. deploy.resources.devices with driver: nvidia is enough — matches immich-ml.
goldstein added 1 commit 2026-04-18 10:56:14 +00:00
fix(compose): drop runtime: nvidia — use deploy.resources.devices only
All checks were successful
tests / test (push) Successful in 1m10s
tests / test (pull_request) Successful in 1m10s
9f793da778
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) <noreply@anthropic.com>
goldstein merged commit 39a6c10634 into main 2026-04-18 10:56:16 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: goldstein/infoxtractor#33
No description provided.