minidocks/python
Python is an interpreted, high-level, general-purpose programming language.
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)pyclean
- Remove all .pyc
, .pyo
and __pycache__
files from directory
(default /
).uWSGI is used for serving Python web applications in conjunction with web servers Nginx, which offer direct support for uWSGI’s native uwsgi protocol.
Tag | Size |
---|---|
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 |
docker pull minidocks/python