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: depends_on:
- postgres - postgres
- redis - redis
deploy: # deploy:
resources: # resources:
reservations: # reservations:
devices: # devices:
- driver: nvidia # - driver: nvidia
count: 1 # count: 1
capabilities: [gpu] # capabilities: [gpu]
frontend: frontend:
build: build: