cog icon indicating copy to clipboard operation
cog copied to clipboard

Authentication errors, during cog push, docker login r8.im problems?

Open e8dev opened this issue 1 year ago • 4 comments

Is there any way to cog push without re-building image? I have local image and want to push it to replicate

e8dev avatar Jul 25 '23 05:07 e8dev

you can use docker to push a local image - docker push r8.im/user/model

anotherjesse avatar Jul 25 '23 18:07 anotherjesse

you can use docker to push a local image - docker push r8.im/user/model

I'm using this like:

docker login r8.im
Authenticating with existing credentials... Login did not succeed, error: Error response from daemon: Get "https://r8.im/v2/": received unexpected HTTP status: 500 Internal Server Error Username (mygithubusername): mygithubusername Password: (I enter replicate CLI token) Error response from daemon: Get "https://r8.im/v2/": received unexpected HTTP status: 500 Internal Server Error

The same happens when I authenticate : cog push. cog login - success, but during push : unauthorized: not authenticated: No valid credential was supplied.

So my question, how I can push to replicate?? Tried with big and small models, but authentication dosnt work. Maybe I miss something?

To summarize I have next problems:

  1. impossible to: docker login to r8.im with github login, replicate cli token
  2. cog push: authentication problem during push

e8dev avatar Jul 26 '23 08:07 e8dev

same problem

ghost avatar Feb 02 '24 20:02 ghost

logs:

f9db46d64699: Preparing                                                                                                                                    
d2c61704eca3: Preparing                                                                                                                                    
d4312a21f29d: Preparing                                                                                                                                    
3dcdd1008dfb: Preparing                                                                                                                                    
e69226b630fe: Preparing                                                                                                                                    
d369fa6642a9: Waiting                                                                                                                                      
ee1179522d3c: Waiting
ee03a3ee4c2e: Waiting                                                                                                                                      
da5d55102092: Waiting                                                                                                                                      
fb1bd2fc5282: Waiting                                                                                                                                      
unauthorized: You are not logged in to Replicate. Run 'cog login' and try again.
ⅹ exit status 1

ghost avatar Feb 02 '24 20:02 ghost