我正在运行: docker build -t facerec:latest .但我得到以下错误: ERROR: Failed building wheel for scipy
ERROR: Could not build wheels for scipy which use PEP517 and cannot be installed directly 下面是日志的更多部分: creating build/temp.linux-armv7l-3.6/scipy/fftcreating bu
我正在尝试在docker ( docker -in-docker,dind)中构建一个docker镜像。映像非常大,无法构建,并出现错误no space left on device。设置:我使用docker-in-docker配置在teamcity代理docker镜像上运行此设置。 我的主机需要更多内存还是更多磁盘空间?docker- in -docker是在内存中构建<