From 535042a584408bb2237b4e8374cf0b0580253b33 Mon Sep 17 00:00:00 2001 From: Rafael Valle Date: Fri, 4 May 2018 09:42:11 -0700 Subject: [PATCH] README.md: updating readme to include docker setup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a904d0..4ca1010 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ Distributed and FP16 support relies on work by Christian Sarofeen and NVIDIA's 3. CD into this repo: `cd tacotron2` 4. Update .wav paths: `sed -i -- 's,DUMMY,ljs_dataset_folder/wavs,g' filelists/*.txt` 5. Install [pytorch 0.4](https://github.com/pytorch/pytorch) -6. Install python requirements or use docker container (tbd) +6. Install python requirements or build docker image - Install python requirements: `pip install requirements.txt` - **OR** - - Docker container `(tbd)` + - Build docker image: `docker build --tag tacotron2 .` ## Training 1. `python train.py --output_directory=outdir --log_directory=logdir`