MycroftAI / mimic2

Text to Speech engine based on the Tacotron architecture, initially implemented by Keith Ito.
Apache License 2.0
581 stars 103 forks source link

Docker file not found #14

Closed Vino-git closed 5 years ago

Vino-git commented 5 years ago

Hi, After the CPU docker build done successfully.

successful confirmation, vinoth@vinoth-Acer:~/mimic2$ docker run -it -p 3000:3000 mycroft/mimic2:cpu Unable to find image 'mycroft/mimic2:cpu' locally

docker run -it -p 3000:3000 mycroft/mimic2:cpu

docker run -it -p 3000:3000 mycroft/mimic2:cpu Unable to find image 'mycroft/mimic2:cpu' locally

LearnedVector commented 5 years ago

hello, i had a typo in my doc to build the cpu with the :gpu tag at the end. if you do docker images, it might have built it as mycroft/mimic2:gpu instead of mycroft/mimic2:cpu. the error is fixed in the README now