Sign inSign up

idiotdocker/winepy64-embed

By idiotdocker

Updated almost 4 years ago

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

Image
0

237

idiotdocker/winepy64-embed repository overview

screenshots

Star Forks Docker pull Image size Version Docker

winepy-embed

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

Python 3.10.8 64bit embed and pip
Does not include the full Windows environment
If you have more requirements, please modify the Dockerfile

Read in other languages: English | 简体中文


Source Repository

Usage

Use like you would any other base image:

FROM idiotdocker/winepy64-embed:latest
Run Python
RUN wine python ...
Install requirements by pip
RUN wine pip install --no-cache-dir -r requirements.txt

MIT © bitjerry

Tag summary

Content type

Image

Digest

sha256:7431055c8

Size

448.3 MB

Last updated

almost 4 years ago

docker pull idiotdocker/winepy64-embed