|
You are here |
jdsalaro.com | ||
| | | | |
zignar.net
|
|
| | | | | Personal weblog about programming, linux, life, the universe and everything | |
| | | | |
rpep.dev
|
|
| | | | | Alpine Linux is a distribution that is designed to be lightweight. In particular, its seen a lot of use in Docker images because the resulting image bundles are considerably smaller than those generated by other minimal distros. However, in the context of building a Docker image for a Python application, its worth thinking carefully before using Alpine, as it can often result in slower builds and counterintuitively it can even result in larger images occasionally. | |
| | | | |
masnun.com
|
|
| | | | | If you're a Python developer, you probably know about pip and the different environment management solutions like virtualenv or venv. The pip tool is currently the standard way to install a Python package. Virtualenv has been a popular way of isolating Python environments for a long time. Pipenv combines the very best of these tools [...] | |
| | | | |
opensource.googleblog.com
|
|
| | | Today, Gemma models are being released as what the industry collectively has begun to refer to as "open models." | ||