feat: add Dockerfile with CPU-only torch, .dockerignore, and requirements-cpu.txt

- Multi-stage Dockerfile with CPU-only PyTorch
- .dockerignore to exclude build artifacts
- requirements-cpu.txt for CPU-only dependencies
- Health check endpoint for container monitoring
This commit is contained in:
delevisor
2026-05-03 08:19:33 +00:00
parent df2a97b85a
commit eee3d4bebf
3 changed files with 58 additions and 14 deletions

17
.dockerignore Normal file
View File

@@ -0,0 +1,17 @@
__pycache__/
*.pyc
*.pyo
.env
.venv/
venv/
*.egg-info/
dist/
build/
*.egg
response_*.wav
*.log
.git/
.gitignore
.dockerignore
Dockerfile
requirements-cpu.txt