fix(compose): drop runtime: nvidia — use deploy.resources.devices only
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>
This commit is contained in:
parent
4802e086a0
commit
9f793da778
1 changed files with 0 additions and 1 deletions
|
|
@ -18,7 +18,6 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "8994:8994"
|
- "8994:8994"
|
||||||
env_file: .env
|
env_file: .env
|
||||||
runtime: nvidia
|
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
reservations:
|
reservations:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue