piper http
1.0.0
创建一个在此存储库中找到的Docker映像,该图像运行piper http服务:https://github.com/rhasspy/piper
docker build -t piper .创建图像docker run --name piper -p 5000:5000 piper运行自己的图像If you don't want to build your own image you can also use my image on docker hub (English voice example): docker run -e MODEL_DOWNLOAD_LINK=https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/en/en_US/kusal/medium/en_US-kusal-medium.onnx?download=true --name piper -p 5000:5000 artibex/piper-http
有关更多信息,请参见Docker Hub上的图片:https://hub.docker.com/r/artibex/piper-http