rhasspy / wyoming-satellite

Remote voice satellite using Wyoming protocol
MIT License
463 stars 68 forks source link

Docker-Compose.yml Incorrect Address for Docker Image #58

Open databoy2k opened 5 months ago

databoy2k commented 5 months ago

When using the in-repo docker-compose.yml, the image to be pulled is "rhasspy/wyoming-satellite"

When using docker compose up, you get the following error: Error response from daemon: pull access denied for rhasspy/wyoming-satellite, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Are we missing a public permission?

preimmortal commented 5 months ago

This repo doesn't seem to automatically build the docker container. You need to fork it and create your own build pipeline or build a local container using build_docker if you want it. You can see my fork for an example if you want: https://github.com/preimmortal/wyoming-satellite/blob/master/.github/workflows/build-push.yml

databoy2k commented 5 months ago

Thanks. I suppose it's worth leaving the issue, though, so that someone can bring it into here.

andreasbrett commented 5 months ago

I think this can be closed as it is a dupe of https://github.com/rhasspy/wyoming-satellite/issues/1