fix: 移除不存在的 python3.12-distutils 包 #24
Annotations
3 errors
|
build-and-push (gpu)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c if [ \"$BUILD_TYPE\" = \"gpu\" ]; then echo \"Building pydensecrf from source\" && pip install --no-cache-dir Cython numpy && pip install --no-cache-dir git+https://github.com/lucasb-eyer/pydensecrf.git && grep -v \"^pydensecrf\" requirements_gpu.txt > /tmp/requirements_gpu_no_pydensecrf.txt && pip install --no-cache-dir -r /tmp/requirements_gpu_no_pydensecrf.txt; else echo \"Building pydensecrf from source\" && pip install --no-cache-dir Cython numpy && pip install --no-cache-dir git+https://github.com/lucasb-eyer/pydensecrf.git && grep -v \"^pydensecrf\" requirements_cpu.txt > /tmp/requirements_cpu_no_pydensecrf.txt && pip install --no-cache-dir -r /tmp/requirements_cpu_no_pydensecrf.txt; fi" did not complete successfully: exit code: 1
|
|
build-and-push (cpu)
The strategy configuration was canceled because "build-and-push.gpu" failed
|
|
build-and-push (cpu)
The operation was canceled.
|