Skip to content

Docker: 修复 pydensecrf 过滤逻辑 #9

Docker: 修复 pydensecrf 过滤逻辑

Docker: 修复 pydensecrf 过滤逻辑 #9

Triggered via push December 2, 2025 11:21
Status Failure
Total duration 57s
Artifacts
Matrix: build-and-push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build-and-push (cpu)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c if [ \"$BUILD_TYPE\" = \"gpu\" ]; then if wget -q https://github.com/hgmzhn/manga-translator-ui/releases/download/v1.9.2/pydensecrf-1.0-cp312-cp312-linux_x86_64.whl -O /tmp/pydensecrf.whl 2>/dev/null && [ -f /tmp/pydensecrf.whl ]; then echo \"Using precompiled pydensecrf wheel\" && pip install --no-cache-dir /tmp/pydensecrf.whl; else echo \"Precompiled wheel not found, building from source\" && pip install --no-cache-dir Cython numpy && pip install --no-cache-dir git+https://github.com/lucasb-eyer/pydensecrf.git; fi && 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 if wget -q https://github.com/hgmzhn/manga-translator-ui/releases/download/v1.9.2/pydensecrf-1.0-cp312-cp312-linux_x86_64.whl -O /tmp/pydensecrf.whl 2>/dev/null && [ -f /tmp/pydensecrf.whl ]; then echo \"Using precompiled pydensecrf wheel\" && pip install --no-cache-dir /tmp/pydensecrf.whl; else echo \"Precompiled wheel not found, building from source\" && pip install --no-cache-dir Cython numpy && pip install --no-cache-dir git+https://github.com/lucasb-eyer/pydensecrf.git; fi && 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 (gpu)
The strategy configuration was canceled because "build-and-push.cpu" failed
build-and-push (gpu)
The operation was canceled.