Skip to content

fix: 移除不存在的 python3.12-distutils 包 #24

fix: 移除不存在的 python3.12-distutils 包

fix: 移除不存在的 python3.12-distutils 包 #24

Triggered via push December 2, 2025 12:12
Status Failure
Total duration 7m 49s
Artifacts
Matrix: build-and-push
Fit to window
Zoom out
Zoom in

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.