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:
@@ -32,6 +32,7 @@ dependencies = [
|
||||
# Settings
|
||||
"pydantic-settings>=2.0",
|
||||
"psutil>=7.1.3",
|
||||
"diart>=0.9.2",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user