ImageProcessor_MainServer/README.worker.md

22 lines
446 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Celery GPU 워커
SimpleLaMa · PaddleOCR · rembg 수행 전용.
## 요구
| 항목 | 버전 |
|------|------|
|NVIDIA Driver|525+ (CUDA 11.8)|
|VRAM|8 GB 이상 권장|
|Docker|20.10+ + nvidiacontainerruntime|
## 실행
```bash
cp .env.worker.example .env.worker
docker compose -f docker-compose.worker.yml up -d --scale worker=3
```
`docker logs -f worker` 에서 `celery@… ready` 확인 후 Flower UI 에 online 표시.