Skip to content

Commit

Permalink
Merge pull request #355 from d4v3y0rk/fix-url-kokoro
Browse files Browse the repository at this point in the history
fix url, add build instructions
  • Loading branch information
tjbck authored Jan 10, 2025
2 parents 0726911 + 88bdede commit be3b0e3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/tutorials/text-to-speech/Kokoro-FastAPI-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ docker run -d -p 8880:8880 -p 7860:7860 remsky/kokoro-fastapi:cpu-latest
The default API key is the string `not-needed`. You do not have to change that value if you do not need the added security.
:::

## Building the Docker Container

```bash
git clone https://github.com/remsky/Kokoro-FastAPI.git
cd Kokoro-FastAPI
docker compose up --build
```

**And that's it!**

# Please see the repo [Kokoro-FastAPI](https://github.com/Sharrnah/Kokoro-FastAPI) for instructions on how to build the docker container. (For chajnging ports etc)
# Please see the repo [Kokoro-FastAPI](https://github.com/remsky/Kokoro-FastAPI) for instructions on how to build the docker container. (For chajnging ports etc)

0 comments on commit be3b0e3

Please sign in to comment.