mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-16 13:20:39 -07:00
- Introduced Docker support with CPU-only and GPU-enabled configurations via Dockerfiles and docker-compose files. - Added a .dockerignore file to exclude unnecessary files from Docker images. - Updated bun.lock and package.json to include new dependencies for icon handling. - Enhanced README with Docker usage instructions and deployment options. - Refactored components to utilize new icon libraries for improved UI consistency.
12 lines
465 B
Python
12 lines
465 B
Python
# Provider checksums - embedded at build time for security
|
|
# This file is auto-generated during CI builds
|
|
# In development, checksums are empty (verification is skipped)
|
|
|
|
PROVIDER_CHECKSUMS = {
|
|
# Populated during release builds with SHA256 checksums of provider binaries
|
|
# Example:
|
|
# "tts-provider-pytorch-cpu-windows.exe": "abc123...",
|
|
# "tts-provider-pytorch-cuda-windows.exe": "def456...",
|
|
# "tts-provider-pytorch-cuda-linux": "789xyz...",
|
|
}
|