From 4c7c4f77f8111eb055e5544e92502e4a07e04247 Mon Sep 17 00:00:00 2001 From: erogol Date: Tue, 21 Jul 2020 13:01:34 +0200 Subject: [PATCH] README docker update --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index e572e811..136b2ac5 100644 --- a/README.md +++ b/README.md @@ -104,12 +104,7 @@ Or you can use ```requirements.txt``` to install the requirements only. ``` ### Docker -A barebone `Dockerfile` exists at the root of the project, which should let you quickly setup the environment. By default, it will start the server and let you query it. Make sure to use `nvidia-docker` to use your GPUs. Make sure you follow the instructions in the [`server README`](server/README.md) before you build your image so that the server can find the model within the image. - -``` -docker build -t mozilla-tts . -nvidia-docker run -it --rm -p 5002:5002 mozilla-tts -``` +A docker image is created by [@synesthesiam](https://github.com/synesthesiam) and shared in a separate [repository](https://github.com/synesthesiam/docker-mozillatts) with the latest LJSpeech models. ## Release Models Please visit [our wiki.](https://github.com/mozilla/TTS/wiki/Released-Models)