mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
Merge branch 'master' of https://github.com/remsky/Kokoro-FastAPI
This commit is contained in:
commit
f3ba8ad7f3
3 changed files with 10 additions and 4 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -28,14 +28,19 @@ ENV/
|
||||||
*.swo
|
*.swo
|
||||||
|
|
||||||
# Project specific
|
# Project specific
|
||||||
examples/
|
*examples/*.wav
|
||||||
|
*examples/*.pcm
|
||||||
|
*examples/*.mp3
|
||||||
|
*examples/*.flac
|
||||||
|
*examples/*.acc
|
||||||
|
*examples/*.ogg
|
||||||
|
|
||||||
Kokoro-82M/
|
Kokoro-82M/
|
||||||
ui/data
|
ui/data
|
||||||
|
|
||||||
tests/
|
tests/
|
||||||
*.md
|
*.md
|
||||||
*.txt
|
*.txt
|
||||||
!requirements.txt
|
requirements.txt
|
||||||
|
|
||||||
# Docker
|
# Docker
|
||||||
Dockerfile*
|
Dockerfile*
|
||||||
|
@ -45,4 +50,3 @@ docker-compose*
|
||||||
*.pt
|
*.pt
|
||||||
*.wav
|
*.wav
|
||||||
*.tar*
|
*.tar*
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
espeak-ng \
|
espeak-ng \
|
||||||
git \
|
git \
|
||||||
libsndfile1 \
|
libsndfile1 \
|
||||||
|
curl \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
|
@ -58,6 +58,7 @@ services:
|
||||||
model-fetcher:
|
model-fetcher:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
||||||
|
|
||||||
# Gradio UI service [Comment out everything below if you don't need it]
|
# Gradio UI service [Comment out everything below if you don't need it]
|
||||||
gradio-ui:
|
gradio-ui:
|
||||||
image: ghcr.io/remsky/kokoro-fastapi-ui:latest
|
image: ghcr.io/remsky/kokoro-fastapi-ui:latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue