--rm -t ann-benchmarks -f install/..._raise calledprocesserror(retcode, cmd)">
赞
踩
- python install.py
- Building base image...
- 'docker' 不是内部或外部命令,也不是可运行的程序
- 或批处理文件。
- Traceback (most recent call last):
- File "install.py", line 42, in <module>
- --rm -t ann-benchmarks -f install/Dockerfile .', shell=True)
- File "D:\python\lib\subprocess.py", line 311, in check_call
- raise CalledProcessError(retcode, cmd)
- subprocess.CalledProcessError: Command 'docker build --rm -t ann-benchmarks -f install/Dockerfile .' returned non-zero exit status 1.
-
这特么啥几把玩意。我以为电脑不行【win】,后来换服务器也不行,同样的错误。woc
- $ python3 install.py
- Building base image...
- /bin/sh: 1: docker: not found
- Traceback (most recent call last):
- File "install.py", line 42, in <module>
- --rm -t ann-benchmarks -f install/Dockerfile .', shell=True)
- File "./lib/python3.7/subprocess.py", line 363, in check_
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。