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 stable-diffusion-webui-rocm repo seems to be private #12

Open
brandonegbert opened this issue Jun 26, 2023 · 1 comment
Open

Comments

@brandonegbert
Copy link

Describe the bug

sudo docker-compose up
[+] Running 1/1
 ✘ stable-diffusion-webui-rocm Error                                                                                                                                                                                                          1.4s 
Error response from daemon: pull access denied for stable-diffusion-webui-rocm, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

To Reproduce
Should be reproducible if you run: docker logout

Expected behavior
Not failing with that error

@brandonegbert
Copy link
Author

Oh, it's supposed to be using the local one from the earlier step but isn't because the tags aren't consistent.

Changing:

image: stable-diffusion-webui-rocm:rocm5.5

to

image: stable-diffusion-webui-rocm:latest

fixes it since it's being tagged as latest when you run the Dockerbuild currently.

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

1 participant