-
-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minimal Docker Image #41
Labels
Comments
Merged
@ecornbower we updated the build process and do provide 3 different images now:
So the one you are looking for is Please let us know if this is working for you. |
🎉 This issue has been resolved in version 3.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
@TimPietrusky Awesome, thanks so much! |
@ecornbower you are super welcome! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to have a pre-built Docker image that does not contain the default models, e.g. built using
SKIP_DEFAULT_MODELS=1
.We're using a network volume to store models so we don't need the models baked into the image.
Perhaps it could be tagged as
{version}-minimal
or similar.The text was updated successfully, but these errors were encountered: