This commit is contained in:
remsky 2025-01-12 21:44:45 -07:00
commit f3ba8ad7f3
3 changed files with 10 additions and 4 deletions

12
.gitignore vendored
View file

@ -28,14 +28,19 @@ ENV/
*.swo
# Project specific
examples/
*examples/*.wav
*examples/*.pcm
*examples/*.mp3
*examples/*.flac
*examples/*.acc
*examples/*.ogg
Kokoro-82M/
ui/data
tests/
*.md
*.txt
!requirements.txt
requirements.txt
# Docker
Dockerfile*
@ -45,4 +50,3 @@ docker-compose*
*.pt
*.wav
*.tar*

View file

@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
espeak-ng \
git \
libsndfile1 \
curl \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

View file

@ -58,6 +58,7 @@ services:
model-fetcher:
condition: service_healthy
# Gradio UI service [Comment out everything below if you don't need it]
gradio-ui:
image: ghcr.io/remsky/kokoro-fastapi-ui:latest