feat: remove GPU support and simplify to CPU-only architecture
All checks were successful
Build and Push Docker Image / build (push) Successful in 8m35s
All checks were successful
Build and Push Docker Image / build (push) Successful in 8m35s
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user