From 925ce4b0dd07c40f8fce4f533da3a4ca601ac970 Mon Sep 17 00:00:00 2001 From: Zhikang Niu <73390819+ZhikangNiu@users.noreply.github.com> Date: Sat, 19 Oct 2024 12:31:54 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5efbd88..74e6621 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,11 @@ Install other packages: pip install -r requirements.txt ``` +**[Optional]**: We provide [Dockerfile](https://github.com/SWivid/F5-TTS/blob/main/Dockerfile) and you can use the following command to build it. +```bash +docker build -t f5tts:v1 . +``` + ## Prepare Dataset Example data processing scripts for Emilia and Wenetspeech4TTS, and you may tailor your own one along with a Dataset class in `model/dataset.py`.