An image which has pyinstaller preinstalled for arm32v7 projects.
156
seboh/pyinstaller-arm32v7 allows you to easily compile Python applications to binaries files for devices which uses arm architectures like Raspberry Pi.
Current available tags:
To compile a Python application via commandline, make sure you already created a '*.spec' file, which is used by PyInstaller.
The following command will compile your project.
docker run -it --rm -v <path to your project>:/app seboh/pyinstaller-arm32v7:<tag> build
To use the image in GitLab CI you need to overwrite the entry point in the .gitlab-ci.yml as follows.
image:
name: seboh/pyinstaller-arm32v7:<tag>
entrypoint: [""]
Content type
Image
Digest
Size
136.4 MB
Last updated
almost 7 years ago
docker pull seboh/pyinstaller-arm32v7:python-3.8.0