天天看点

docker 部署 python 脚本

在当前目录把python所依赖的组件,列在requirements.txt文件中

<code>pip freeze &gt; requirements.txt</code>

linux中python3环境搭建

dockerfile