You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to push from my Mac it first didnt find the base image, but through following some issues here I figured out that I should use the buildx plugin. Now the building runs through but whenever I push I get:
`Unable to find image 'r8.im/doobls-ai/inpainting:latest' locally
docker: Error response from daemon: failed to resolve reference "r8.im/doobls-ai/inpainting:latest": r8.im/doobls-ai/inpainting:latest: not found.
See 'docker run --help'.
ⅹ Failed to get type signature: exit status 125`
I feel like I tried everything what am I missing?
The text was updated successfully, but these errors were encountered:
Hi there, can you give a more complete breakdown of the commands you're running. In order to run cog push you will need to have run cog login and cog build first.
When trying to push from my Mac it first didnt find the base image, but through following some issues here I figured out that I should use the buildx plugin. Now the building runs through but whenever I push I get:
`Unable to find image 'r8.im/doobls-ai/inpainting:latest' locally
docker: Error response from daemon: failed to resolve reference "r8.im/doobls-ai/inpainting:latest": r8.im/doobls-ai/inpainting:latest: not found.
See 'docker run --help'.
ⅹ Failed to get type signature: exit status 125`
I feel like I tried everything what am I missing?
The text was updated successfully, but these errors were encountered: