rhasspy / wyoming-satellite

Remote voice satellite using Wyoming protocol
MIT License
584 stars 83 forks source link

Push containers to container repo #1

Open Graimalkin opened 9 months ago

Graimalkin commented 9 months ago

Hello! Love the work you're doing, been following along with Rhasspy for a couple of years now.

Do you mind pushing these containers into Docker Hub or pointing me at the right repo for them?

Do you have / want a pipeline for this to DockerHub with GitHub actions?

synesthesiam commented 9 months ago

Thanks! Sorry for the delay; as you've probably seen, there's been a lot of changes with the repo. Once things settle down, I'll push up images :slightly_smiling_face:

Graimalkin commented 9 months ago

No worries, thanks for all the hard work!

NossieUK commented 7 months ago

once things settle down .... ? :D

btw... is this really the expected compose, just to get a microphone and wake word connected to HA? :-O formatting is screwed because it gets broken with /code

services: microphone: image: "rhasspy/wyoming-mic-external" ports:

KennethLavrsen commented 1 month ago

It would be really user friendly and nice if this project had proper docker files built and made available. At the moment I run from a git pull. Problem with that is that you are at the mercy of doing it on a day where things are not broken and any upgrade whether you build your own docker builds or just run from the git pull directory is a gamble. Please make releases when you know things are not unstable. Your dust has settled. I happened to be lucky when I pulled your code. Things work pretty well. You obviously have stable periods in your code. Please share the result of your hard effort in a way that is less of a risk to your users