Ubuntu 20.04 image with Python 3.9 and PyInstaller
385
docker run --rm -d --name pybuilder nothingctrl/pybuilder:1.1docker exec -ti pybuilder /bin/bashsource /root/.profile(general) pip show pyinstallerName: pyinstaller
Version: 6.1.0
Summary: PyInstaller bundles a Python application and all its dependencies into a single package.
Home-page: https://www.pyinstaller.org/
Author: Hartmut Goebel, Giovanni Bajo, David Vierra, David Cortesi, Martin Zibricky
Author-email:
License: GPLv2-or-later with a special exception which allows to use PyInstaller to build and distribute non-free programs (including commercial ones)
Location: /root/.pyenv/versions/3.9.18/envs/general/lib/python3.9/site-packages
Requires: altgraph, importlib-metadata, packaging, pyinstaller-hooks-contrib, setuptools
Required-by:
pyinstaller --onefile demo.pyrm /keep_container_alive.txtContent type
Image
Digest
sha256:56afffeb3…
Size
387.1 MB
Last updated
over 2 years ago
docker pull nothingctrl/pybuilder