stable-diffusion-webui-rocm
stable-diffusion-webui-rocm copied to clipboard
docker stable-diffusion-webui-rocm repo seems to be private
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
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.