Publish ROCM Image #5
publish-docker-rocm.yml
on: workflow_dispatch
Build image
4m 4s
Annotations
1 error and 1 warning
Build image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c ARCH=$(uname -m) && if [ \"$ARCH\" = \"aarch64\" ]; then echo \"Installing PyTorch for ARM64\"; python3 -m pip install torch torchvision torchaudio; elif [ \"$BUILD_TYPE\" = \"rocm\" ]; then python3 -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.1; elif [ \"$BUILD_TYPE\" = \"cpu\" ]; then python3 -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu; else python3 -m pip install torch torchvision torchaudio; fi" did not complete successfully: exit code: 1
|
Build image
You are running out of disk space. The runner will stop working when the machine runs out of disk space. Free space left: 5 MB
|