Sign inSign up

nothingctrl/pybuilder

By nothingctrl

Updated over 2 years ago

Ubuntu 20.04 image with Python 3.9 and PyInstaller

Image
Developer tools
0

385

nothingctrl/pybuilder repository overview

Usage example

  • Run container: docker run --rm -d --name pybuilder nothingctrl/pybuilder:1.1
  • Login to container: docker exec -ti pybuilder /bin/bash
  • Active pyenv for Python 3.9: source /root/.profile
  • Pyinstaller info: (general) pip show pyinstaller
Name: 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:
  • 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:56afffeb3

Size

387.1 MB

Last updated

over 2 years ago

docker pull nothingctrl/pybuilder