minidocks/python

By minidocks

Updated about 23 hours ago

Minimal python images

Image
2

50K+

minidocks/python repository overview

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

Tag summary

Content type

Image

Digest

sha256:a9e9d9601

Size

18.6 MB

Last updated

about 23 hours ago

docker pull minidocks/python