Preliminary Release of Rhasspy 2.5.10

This part in your docker command is pulling latest, which is still 2.5.9

Change it to
rhasspy/rhasspy:2.5.10

The fix is easy. Correct your docker run command to use the 2.5.10 image:

docker run -d -p 12101:12101 \
  --name rhasspy \
  --restart unless-stopped \
  -v "$HOME/.config/rhasspy/profiles:/profiles" \
  -v "/etc/localtime:/etc/localtime:ro" \
  --device /dev/snd:/dev/snd \
  rhasspy:2.5.10/rhasspy \
  --user-profiles /profiles \
  --profile de

If you don’t tell docker to use the specific image it will default to using the latest version.

(edit: it might well be rhasspy/rhasspy:2.5.10, I’ll check when I get home and update my post appropriately)

I had an unfortunate error in one of my scripts, and it was failing to push the latest tag. Should be fixed now!

thanx a lot guys :wink: I’ll give it a new try now

cheers

@synesthesiam
I forgot to mention you, sorry

Thank you! I knew someone had volunteered to do a German voice, but my searches weirdly turned up nothing. I’ll PM you the info and we can go from there :slight_smile: