摘要:
see https://www.cnpython.com/qa/221588 key point: run('docker ps -a | grep {} | awk "{print $1}"'.format(container_name)) KeyError: 'print $1'solution 阅读全文
posted @ 2021-02-20 14:56
LeoGIS
阅读(934)
评论(0)
推荐(0)
摘要:
see https://www.cnblogs.com/kai-/p/13457800.html key point: RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --no-cache-dir -r requirements 阅读全文
posted @ 2021-02-20 14:51
LeoGIS
阅读(576)
评论(0)
推荐(0)