docker-pyinstaller
docker-pyinstaller copied to clipboard
PyInstaller for Linux and Windows inside Docker
After running the pyinstaller, both entrypoints fix the permissions by running `chown -R --reference=. ./dist/linux` and `chown -R --reference=. ./dist/windows` That's usually not enough, and it leaves files/folders with root...
Hello guys, I want to build windows exe on linux machine so i have tried to run below command which runs fine on my local machine but when i am...
After run: Unable to find image 'cdrx/pyinstaller-windows:python3' locally python3: Pulling from cdrx/pyinstaller-windows 3386e6af03b0: Already exists 49ac0bbe6c8e: Already exists d1983a67e104: Already exists 1a0f3a523f04: Already exists ca862715d78f: Pull complete e8ec173b009e: Pull complete...
** Description ** We are using django to build an exe with pyinstaller it works fine in local but when trying to build in github actions the artifacts doesn't contain...
Since Python 3.7 support ended in June 2023, I would like to know if we could update its version to a more recent one. I see that there are some...
As this project seems abandoned, I found out that some of the [forks of this project](https://github.com/cdrx/docker-pyinstaller/forks) are actively maintained, so you may want to check these instead, i.e. top most...