Authentication errors, during cog push, docker login r8.im problems?
Is there any way to cog push without re-building image? I have local image and want to push it to replicate
you can use docker to push a local image - docker push r8.im/user/model
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:
- impossible to: docker login to r8.im with github login, replicate cli token
- cog push: authentication problem during push
same problem
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