Cog version 0.9.4 on linux cannot push image to Replicate
The bug is described in issue #1519
Behavior Even though I created a model in Replicate, Cog still shows the following error message when I typed "cog push r8.im/[ name]/[model]"
name unknown; The model https://replicate.com/[name]/[model] does not exist:
Temporary Solution Use "rm ~/.docker/config.json" to delete Docker config file and run "Cog login" "Cog push" again.
Version This bug is observed on cog version 0.9.4 (built 2024-01-24T22:16:49Z), and the environment is Ubuntu 22.04.3 LTS.
Cause According to @sepehr(https://github.com/sepehr) in #1519, the bug is caused by Cog did not properly handle Docker secrete file.
Also Other user confirmed the same bug too, c.f. @robinsonkwame(https://github.com/robinsonkwame) in #1519
I'm having the same issue, and this solution didn't work for me.