Skip to content

Replace Docker Hub with Aliyun repositories #119

Replace Docker Hub with Aliyun repositories

Replace Docker Hub with Aliyun repositories #119

Triggered via push June 7, 2024 03:21
Status Failure
Total duration 1m 29s
Artifacts

docker-image.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cd /tmp && python3 -m pip install --upgrade pip && echo '#!/bin/bash\\n if [\"$TARGETARCH\" = \"arm\"]; then\\n cd /tmp\\n curl -O -L https://github.com/nknytk/built-onnxruntime-for-raspberrypi-linux/blob/master/wheels/bullseye/onnxruntime-1.16.0-cp39-cp39-linux_armv7l.whl\\n PIP_ROOT_USER_ACTION=ignore pip3 install onnxruntime-1.16.0-cp39-cp39-linux_armv7l.whl\\n curl -O -L https://github.com/maxisoft/pytorch-arm/releases/download/v1.0.0/numpy-1.23.5-cp39-cp39-linux_armv7l.whl\\n PIP_ROOT_USER_ACTION=ignore pip3 install numpy-1.23.5-cp39-cp39-linux_armv7l.whl\\n PIP_ROOT_USER_ACTION=ignore pip3 install cmake==3.14.3\\n else\\n cd /tmp\\n PIP_ROOT_USER_ACTION=ignore pip3 install onnxruntime==1.17.3 numpy==1.23.5\\n fi \\n' > ./targetArch.sh && bash ./targetArch.sh" did not complete successfully: exit code: 1