-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Dockerfile reliant upon requirements.txt and local build #2195
Comments
Should also bump Python version to 3.12 and possibly switch to slim alpine Add env var |
@neolight1010 Looks like you switched this from Alpine to deb a couple years ago. You don't happen to remember what the reason was, do you? |
Hello! We changed it to Debian to fix some issues with the old Alpine image. In summary, Alpine has horrible performance when used in Python projects. The Debian image turned out smaller and simpler to maintain. You can check out the details here: #1479 |
@neolight1010 I forgot to hit reply apparently ------ thanks for the extra info! Stuck with deb slim on the fixed image due to those findings. Somewhat curious now how deb would compare to an rpm type image, but I doubt it's worth putting much time into when this works as well as it does. |
Update Dockerfile to build properly with new backend, or pull from PyPI with pip rather than pulling and building from GitHub
The text was updated successfully, but these errors were encountered: