R
RunPod•2mo ago
BBAzn

generativelabs/runpod-worker-a1111 broken

error pulling image: Error response from daemon: pull access denied for generativelabs/runpod-worker-a1111, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
47 Replies
BBAzn
BBAzn•2mo ago
im getting this error on the runpod serverless for the a1111, but only on certain workers that are initializing, any thoughts why?
Encyrption
Encyrption•2mo ago
That is the message you get when you try to pull a docker image that is either removed from the repository or made private by the owner.
BBAzn
BBAzn•2mo ago
yeah but this is the official one from runpod supposedly generativelabs/runpod-worker-a1111 since the one we were using before got deleted
Encyrption
Encyrption•2mo ago
What makes it official?
BBAzn
BBAzn•2mo ago
but the thing is sometimes it works it was listed here in this serverless channel as the official replacement for it i mean i made a clone of it but i dont think its the serverless because some workers can use it just fine
Encyrption
Encyrption•2mo ago
If it was just removed from the repo, it could take time to vanish from any caches.. so it could vary depending on RunPod region.
BBAzn
BBAzn•2mo ago
ohhh
Encyrption
Encyrption•2mo ago
I just search DockerHub and it is not there.
BBAzn
BBAzn•2mo ago
hmmm
BBAzn
BBAzn•2mo ago
GitHub
GitHub - generativelabs/runpod-worker-a1111
Contribute to generativelabs/runpod-worker-a1111 development by creating an account on GitHub.
BBAzn
BBAzn•2mo ago
this is the github
Encyrption
Encyrption•2mo ago
I suggest clone that immediatly, maybe you can rebuild it from that source. I am so jaded from this stuff I only trust images that I built and have control of the image... otherwise it is just a matter of time until it stops working or is unavailable. 😦
BBAzn
BBAzn•2mo ago
i cloned that github but i dont know how to build it into the docker hub ;-;
Encyrption
Encyrption•2mo ago
Ohh I see the problem, that github page describes you have to do this command to build this:
git clone https://github.com/ashleykleynhans/runpod-worker-a1111.git
git clone https://github.com/ashleykleynhans/runpod-worker-a1111.git
I have found previously that ALL ashleykleynhans images/github was removed. So, it is impossible to rebuild this. Sorry 😦
BBAzn
BBAzn•2mo ago
yeah i was using ashley's
Encyrption
Encyrption•2mo ago
I ran into the same issue with LLava
BBAzn
BBAzn•2mo ago
then this was the replacement for ashleys now its showing as broken or at least partially broken
Encyrption
Encyrption•2mo ago
Yeah... seems ashleykleynhans closed their github and Docker hub account and pulled everything... NO reason why but it has been super annoying.
BBAzn
BBAzn•2mo ago
im sure the person that built this is from runpod https://github.com/generativelabs/runpod-worker-a1111
GitHub
GitHub - generativelabs/runpod-worker-a1111
Contribute to generativelabs/runpod-worker-a1111 development by creating an account on GitHub.
BBAzn
BBAzn•2mo ago
so we can get a dockerhub built too
Encyrption
Encyrption•2mo ago
Even if that is true, they built it based upon ashleykleynhans and that no longer exists...
BBAzn
BBAzn•2mo ago
is it that hard to build the docker tho # Clone the repo git clone https://github.com/ashleykleynhans/runpod-worker-a1111.git cd runpod-worker-a1111 # Build and push docker build -t dockerhub-username/runpod-worker-a1111:1.0.0 . docker login docker push dockerhub-username/runpod-worker-a1111:1.0.0 instead of gitclone on ashley just do it on copied git?
Encyrption
Encyrption•2mo ago
Nope, it is gone. 100% completely no longer present.
No description
Encyrption
Encyrption•2mo ago
If before it was removed, you pulled the image onto a system you control.. you might be able to push it to a repo and use that still. Or if you cloned the Github, before it was removed, you could build it once again from that source. Sorry I know these are not great options. 😦
BBAzn
BBAzn•2mo ago
GitHub
GitHub - generativelabs/runpod-worker-a1111
Contribute to generativelabs/runpod-worker-a1111 development by creating an account on GitHub.
Encyrption
Encyrption•2mo ago
You could build the generativelabs/runpod-worker-a1111 image from that source if you could finish this command:
git clone https://github.com/ashleykleynhans/runpod-worker-a1111.git
git clone https://github.com/ashleykleynhans/runpod-worker-a1111.git
But, since that .git is is missing. You cannot. generativelabs/runpod-worker-a1111 DEPENDS on ashleykleynhans/runpod-worker-a1111.git It seems you do not like this answer, so I will bow out and see if anyone else can provide you with an alternative solution.
BBAzn
BBAzn•2mo ago
:sad_cat: ok i figured it out, wasnt able to build a docker properly but i found someone else that built one 10 days ago https://github.com/daswer123/runpod-worker-a1111 docker container: daswer123/runpod-worker-a1111:1.2 cloned it and pushed to my personal docker hub :Wavey: confirmed it works and now we should be gud
Encyrption
Encyrption•2mo ago
Suggest that you push image to a repo you control... then you will have this image no matter what happens in the future. You can host unlimited private repos(images) on Docker hub for $7/month.
BBAzn
BBAzn•2mo ago
yeah i did that, its a public one tho, and i think its free
Encyrption
Encyrption•2mo ago
yes public is free 🙂
BBAzn
BBAzn•2mo ago
i need it to be public anyways because i have to tell the runpod serverless to pull it its in my dockerhub account now tho the image lol so i should be good right like nobody can take it offline from my own docker hub
Encyrption
Encyrption•2mo ago
That is one option... or you can provide the docker key and use private repos.
BBAzn
BBAzn•2mo ago
ohh right
Encyrption
Encyrption•2mo ago
No description
Encyrption
Encyrption•2mo ago
just an example
BBAzn
BBAzn•2mo ago
ooo i never looked at that box lol
Encyrption
Encyrption•2mo ago
To setup new repo credentials at Settings / Container Registry Auth
BBAzn
BBAzn•2mo ago
why private so good?
nerdylive
nerdylive•2mo ago
What do you mean private so good
Encyrption
Encyrption•2mo ago
It depends on your circumstance. Just giving you all your options. As long as you control the repo, public or private, you should avoid loosing access to it.
pecet
pecet•2mo ago
hi, I've deployed that docker image and this error occurs.
No description
No description
pecet
pecet•2mo ago
any good person can help me?
pecet
pecet•2mo ago
GitHub
runpod-worker-a1111/docs/installing.md at main · generativelabs/run...
Contribute to generativelabs/runpod-worker-a1111 development by creating an account on GitHub.
No description
pecet
pecet•2mo ago
:/
pecet
pecet•2mo ago
No description
BBAzn
BBAzn•2mo ago
yeah i dunno, i install it piece by piece
pecet
pecet•2mo ago
i will try...
Want results from more Discord servers?
Add your server