Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
databoy2k opened this issue Jan 16, 2024 · 3 comments
Open

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

databoy2k opened this issue Jan 16, 2024 · 3 comments

Comments

@databoy2k
Copy link

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
Copy link
Contributor

preimmortal commented Jan 17, 2024

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
Copy link
Author

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

@andreasbrett
Copy link
Contributor

I think this can be closed as it is a dupe of #1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants