bitjerry / wine-python

Docker image for Wine+Python runtime. Minimum image for python runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

screenshots

Star Forks Docker pull Image size Version Docker

winepy

Docker is easy to deploy in any environment, such as the Paas
Wine Some programs must be executed under Windows
Python is a very easy to use and popular programming language

For Python 3.10.8 for Windows only, minimum image for python runtime!!!
Does not include the full Windows environment If you have more requirements, please modify the Dockerfile

Read in other languages: English | 简体中文


Run Python

RUN wine python ...

Install requirements by pip

RUN wine pip install --no-cache-dir -r requirements.txt

Copyright


MIT © bitjerry

About

Docker image for Wine+Python runtime. Minimum image for python runtime

License:MIT License


Languages

Language:Dockerfile 100.0%