NeonGeckoCom / neon-tts-plugin-coqui

Coqui AI TTS plugin
https://huggingface.co/spaces/neongeckocom/neon-tts-plugin-coqui
Other
65 stars 5 forks source link

Tried to install Neon tts on Windows 11 using docker commands in PowerShell #105

Closed JohnClaw closed 1 year ago

JohnClaw commented 1 year ago

Description

ERROR: failed to solve: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount3898307580/Dockerfile: no such file or directory

How can i fix it?

Steps to Reproduce

No response

Relevant Code

No response

Other Notes

No response

NeonBohdan commented 1 year ago

Thanks, please provide the exact list of steps to reproduce your problem

JohnClaw commented 1 year ago
  1. I launch Docker Destop.
  2. I launch PowerShell as Adiminstrator. My system is: a laptop with Ryzen 7 4700u, 16gb ram, Windows 11.
  3. I paste this command into PowerShell's console window: docker build . -t coquitts And then i hit "enter" on the keyboard.
  4. PowerShell's console window displays this, see the screenshot: https://i.yapx.ru/WEE3L.png
NeonBohdan commented 1 year ago

Thanks, I haven't seen a step where you clone this repo

You need to clone this repo and run this command inside it's folder

Or pull prebuild image

JohnClaw commented 1 year ago

Thank you for the answer. I pulled the prebuild image: https://i.yapx.ru/WEFyN.png What should i do next?

NeonBohdan commented 1 year ago

Run docker image ls and find the name of your resently pulled image

Then as described here Run docker run -p 8080:9666 <coquitts> Replace <coquitts> with local name of image

JohnClaw commented 1 year ago

What do you mean when you say "the name of the pulled image"? I don't get any name, I only get this: https://i.yapx.ru/WEG1r.png

NeonBohdan commented 1 year ago

Use field under "repository" column

JohnClaw commented 1 year ago

Thank you for the help. Neon tts finaly works. Though, the one and only command to install it is: docker run -p 8080:9666 ghcr.io/neongeckocom/neon-tts-plugin-coqui:0.7.3-a.1 Other commands install outdated verions. I also installed Espeak-ng without using sudo, just downloaded win64 installer and ran it. Is it right way to install it? Or i must use only sudo and other variants of installation will not work properly?

NeonBohdan commented 1 year ago

You don't need a separate command to install espeak-ng It comes preinstaled inside docker image