Ubuntu 16.04 image with Python 3.6 and PyInstaller
380
docker run --rm -d --name pybuilder1604 nothingctrl/pybuilder1604:1.1docker exec -ti pybuilder1604 /bin/bashsource /root/.profile(general) pip show pyinstallerName: pyinstaller
Version: 4.10
Summary: PyInstaller bundles a Python application and all its dependencies into a single package.
Home-page: http://www.pyinstaller.org/
Author: Hartmut Goebel, Giovanni Bajo, David Vierra, David Cortesi, Martin Zibricky
Author-email: None
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.6.15/envs/general/lib/python3.6/site-packages
Requires: setuptools, altgraph, pyinstaller-hooks-contrib, importlib-metadata
Required-by:
pyinstaller --onefile demo.pyrm /keep_container_alive.txtContent type
Image
Digest
sha256:f00c7fd9c…
Size
320.5 MB
Last updated
over 2 years ago
docker pull nothingctrl/pybuilder1604