build(docker): comment out GPU deployment configuration from worker service

While this works for NVIDIA GPUs, it breaks on a MacBook or any non-NVIDIA machine. I commented it out because it's still useful on these machines.
This commit is contained in:
2026-03-22 13:34:51 +00:00
parent 078716754c
commit c3762f189c

View File

@@ -48,13 +48,13 @@ services:
depends_on:
- postgres
- redis
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]
# deploy:
# resources:
# reservations:
# devices:
# - driver: nvidia
# count: 1
# capabilities: [gpu]
frontend:
build: