InvokeAI icon indicating copy to clipboard operation
InvokeAI copied to clipboard

[enhancement]: Publish Docker Images to a Container Registry

Open MicahZoltu opened this issue 1 year ago • 4 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Contact Details

No response

What should this feature add?

On release, publish the built docker image to a publicly accessible container registry. This can be accomplished quite easily in a GitHub action and published to the GitHub container registry. Alternatively, There are some GitHub actions that make it easy to publish to Docker Hub with API keys as GitHub secrets.

Alternatives

Currently, users have to clone this repository and build the images themselves, which is significantly more effort than just being able to docker image pull ....

Additional Content

Published images make it easier for people to just give InvokeAI a quick try with minimal effort.

MicahZoltu avatar May 06 '24 11:05 MicahZoltu

It appears the maintainers do publish their containers to GitHub Container Registry already. https://github.com/invoke-ai/InvokeAI/pkgs/container/invokeai

To the maintainers - please can you enable users to see in GitHub these without digging through the build logs. You can do this by clicking the cog icon in the "About" section of the repo and enabling "Packages". image image

p5 avatar May 16 '24 18:05 p5

Seconded. I would love to put InvokeAI, LocalAI and AnythingLLM into one finite compose deployment. Allows for smooth updating of the core applications and is a great and easy method to do this stuff.

IngwiePhoenix avatar May 23 '24 15:05 IngwiePhoenix