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:
17
.dockerignore
Normal file
17
.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user