Skip to content

Latest commit

 

History

History

x64

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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 64bit for Windows only

Does not include the full Windows environment


Source Repository

https://github.com/bitjerry/wine-python


Usage

Use like you would any other base image:

FROM idiotdocker/winepy64:latest
RUN ...
ENTRYPOINT ["..."]

Run Python

RUN wine python ...

Install requirements by pip

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

Copyright


MIT © bitjerry