Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.52 KB

README.zh_cn.md

File metadata and controls

37 lines (27 loc) · 1.52 KB

screenshots

Star Forks Docker pull Image size Version Docker

winepy

Docker 便于将程序快速部署到任何环境中, 包括 Paas 平台
Wine 某些程序必须在 Windows 环境下执行
Python 毫无疑问, 最简单的编程语言

仅用于 Python 3.10.8 for Windows, 最小镜像python运行环境!!!
不包含完整 Windows 环境
如有更多需求请自行修改 Dockerfile

使用其他语言阅读:English | 简体中文


执行Python脚本

RUN wine python ...

使用pip安装依赖

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

许可


MIT © bitjerry