python docker build
Posted wenlin-gk
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python docker build相关的知识,希望对你有一定的参考价值。
python3 dockerfiles/build.py : No such file or directory Traceback (most recent call last): File "dockerfiles/build.py", line 32, in <module> PROVIDE = dict(zip(_DOCKER_IMAGES, itertools.repeat(‘-‘.join(_get_serving_version())))) File "dockerfiles/build.py", line 21, in _get_serving_version check=True).stdout.strip() File "/usr/local/python3/lib/python3.5/subprocess.py", line 708, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command ‘[‘./setup.py‘, ‘--version‘]‘ returned non-zero exit status 127
原因:可能是文件权限问题
解决方法:重新pull代码
以上是关于python docker build的主要内容,如果未能解决你的问题,请参考以下文章
环境初始化 Build and Install the Apache Thrift IDL Compiler Install the Platform Development Tools(代码片段