Update Docker configuration and enhance project dependencies

- Updated .dockerignore to include additional cache and environment files, improving build efficiency.
- Changed the Dockerfile reference in compose.yaml to point to the new server-specific Dockerfile.
- Added `diart` as a dependency in pyproject.toml and uv.lock to support enhanced diarization features.
- Created a new server.Dockerfile for a streamlined development environment setup with necessary dependencies.
This commit is contained in:
2025-12-20 16:01:30 -05:00
parent d66aa6b958
commit 7f82e5f944
5 changed files with 22 additions and 5 deletions

View File

@@ -32,6 +32,7 @@ dependencies = [
# Settings
"pydantic-settings>=2.0",
"psutil>=7.1.3",
"diart>=0.9.2",
]
[project.optional-dependencies]