feat: remove GPU support and simplify to CPU-only architecture
All checks were successful
Build and Push Docker Image / build (push) Successful in 8m35s

This commit is contained in:
Developer
2026-02-19 12:41:13 +01:00
parent cff3eb0add
commit 706e6c431d
16 changed files with 116 additions and 323 deletions

View File

@@ -10,17 +10,10 @@ services:
- temp:/data/temp
- jobs:/data/jobs
environment:
- RSR_EXECUTION_PROVIDERS=["cuda"]
- RSR_EXECUTION_PROVIDERS=["cpu"]
- RSR_EXECUTION_THREAD_COUNT=8
- RSR_TILE_SIZE=400
- RSR_LOG_LEVEL=info
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]
restart: always
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000/api/v1/health"]