天天看點

docker 部署 python 腳本

在目前目錄把python所依賴的元件,列在requirements.txt檔案中

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

linux中python3環境搭建

dockerfile