stable-diffusion-webui-rocm icon indicating copy to clipboard operation
stable-diffusion-webui-rocm copied to clipboard

docker stable-diffusion-webui-rocm repo seems to be private

Open brandonegbert opened this issue 2 years ago • 1 comments

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 avatar Jun 26 '23 09:06 brandonegbert

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.

brandonegbert avatar Jun 26 '23 09:06 brandonegbert