Sign inSign up

nothingctrl/pybuilder1604

By nothingctrl

•Updated over 2 years ago

Ubuntu 16.04 image with Python 3.6 and PyInstaller

Image
Developer tools
0

380

nothingctrl/pybuilder1604 repository overview

⁠Usage example

  • Run container: docker run --rm -d --name pybuilder1604 nothingctrl/pybuilder1604:1.1
  • Login to container: docker exec -ti pybuilder1604 /bin/bash
  • Active pyenv for Python 3.6: source /root/.profile
  • Pyinstaller info: (general) pip show pyinstaller
Name: 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:
  • Build: pyinstaller --onefile demo.py
  • Exit and delete container: rm /keep_container_alive.txt

GIT: https://github.com/NothingCtrl/pybuider⁠

Tag summary

Content type

Image

Digest

sha256:f00c7fd9c…

Size

320.5 MB

Last updated

over 2 years ago

docker pull nothingctrl/pybuilder1604