minidocks/python

By minidocks

Updated 24 days ago

Minimal python images

Image
2

50K+

Python docker image (minidocks/python)

Python is an interpreted, high-level, general-purpose programming language.

Configuration by environment variables

  • VENV_PATH - Path to a virtual environment that will be activated after the start.
  • PIP_CACHE_DIR (default /pip-cache) - Path to directory with pip cache.
  • PIP_NO_COMPILE (default 1)
  • PIPENV_VENV_IN_PROJECT (default 1)

Utilities

  • pyclean - Remove all .pyc, .pyo and __pycache__ files from directory (default /).
  • pipx - Install and Run Python Applications in Isolated Environments.
  • micropipenv - A lightweight wrapper for pip to support requirements.txt, Pipenv and Poetry lock files or converting them to pip-tools compatible output.

Packaging

  • twine - Utilities for interacting with PyPI
  • pipenv - Python Dev Workflow for Humans
  • poetry - Python packaging and dependency management made easy
  • flit- Simple way to put Python packages and modules on PyPI

uWSGI

uWSGI is used for serving Python web applications in conjunction with web servers Nginx, which offer direct support for uWSGI’s native uwsgi protocol.

Tags

TagSize
latest, 3, 3.12
3, 3.12
3-packaging
3-build
3-uwsgi
3.12
3.12-packaging
3.12-build
3.12-uwsgi
3.11
3.11-packaging
3.11-build
3.11-uwsgi

Related images

Docker Pull Command

docker pull minidocks/python