#Dockerfile里的参数
#无缓冲,及时输出日志到磁盘
#https://www.jianshu.com/p/023f87393c5d
ENV PYTHONUNBUFFERED=1
# https://docs.python.org/3/using/cmdline.html
# If this is set to a non-empty string, Python won’t try to write .pyc files on the import of source modules. This is equivalent to specifying the -B option.
ENV PYTHONDONTWRITEBYTECODE 1
参考
vscode远程管理docker--踩坑记录 - 知乎
使用vscode进行远程炼丹 - 知乎
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)