在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):cdrx/docker-pyinstaller开源软件地址(OpenSource Url):https://github.com/cdrx/docker-pyinstaller开源编程语言(OpenSource Language):Shell 100.0%开源软件介绍(OpenSource Introduction):PyInstaller Docker Imagescdrx/pyinstaller-linux and cdrx/pyinstaller-windows are a pair of Docker containers to ease compiling Python applications to binaries / exe files. Current PyInstaller version used: 3.6. Tags
The The UsageThere are two containers, one for Linux and one for Windows builds. The Windows builder runs Wine inside Ubuntu to emulate Windows in Docker. To build your application, you need to mount your source code into the The source code directory should have your If the For example, in the folder that has your source code,
will build your PyInstaller project into
will build your PyInstaller project into How do I install system libraries or dependencies that my Python packages need?You'll need to supply a custom command to Docker to install system pacakges. Something like:
Replace How do I generate a .spec file?
will generate a How do I change the PyInstaller version used?Add Is it possible to use a package mirror?Yes, by supplying the Known IssuesNone History[1.0] - 2016-08-26First release, works. [1.1] - 2016-12-13Added Python 3.4 on Windows, thanks to @bmustiata [1.2] - 2016-12-13Added Python 3.5 on Windows, thanks (again) to @bmustiata [1.3] - 2017-01-23Upgraded PyInstaller to version 3.2.1. Thanks to @bmustiata for contributing:
[1.4] - 2017-01-26Fixed bug with concatenated commands in entrypoint arguments, thanks to @alph4 [1.5] - 2017-09-29Changed the default PyInstaller version to 3.3 [1.6] - 2017-11-06Added Python 3.6 on Windows, thanks to @jameshilliard [1.7] - 2018-10-02Bumped Python version to 3.6 on Linux, thank you @itouch5000 [1.8] - 2019-01-15Build using an older version of glibc to improve compatibility, thank you @itouch5000 Updated PyInstaller to version 3.4 [1.9] - 2020-01-14Added a 32bit package, thank you @danielguardicore Updated PyInstaller to version 3.6 LicenseMIT |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论