文件名称:docker-wine-python-dotnet:在具有.NET支持Linux上的Docker中运行win32 Python
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-14 05:10:09
Linux上的Docker中的Win32 Python 以防万一其他人需要这样的东西! 与CLR组件交互的用法示例: ### requirements.txt pythonnet ### your_app.py import clr from System . Collections . Generic import Dictionary from System import String , Int32 , Type dict1 = Dictionary [ String , String ]() dict2 = Dictionary [ String , Int32 ]() dict3 = Dictionary [ String , Type ]() # ## Dockerfile FROM benley/wine-python-dotnet EXPOSE 8080 RUN
【文件预览】:
docker-wine-python-dotnet-master
----Dockerfile(2KB)
----README.md(688B)