hydrian / stable-diffusion-webui-rocm

A stable diffusion webui configuration for AMD ROCm
GNU General Public License v2.0
21 stars 4 forks source link

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

Open brandonegbert opened 1 year ago

brandonegbert commented 1 year ago

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 commented 1 year ago

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.