You are here |
blog.fredrb.com | ||
| | | |
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. | |
| | | |
www.joeltok.com
|
|
| | | | Python dependency management for reproducibility, using built-in libraries. | |
| | | |
pythonspeed.com
|
|
| | | | How to activate a Python virtualenv in a Dockerfile without repeating yourself-plus, you'll learn what activating a virtualenv actually does. | |
| | | |
janakiev.com
|
|
| | Are you working with Jupyter Notebook and Python? Do you also want to benefit from virtual environments? In this tutorial you will see how to do just that with Anaconda or Virtualenv/venv. |