Skip to content

Publish ROCM

Publish ROCM #6

Manually triggered August 19, 2024 18:54
Status Failure
Total duration 2m 53s
Artifacts

publish-docker-rocm.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error
Build image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cd /Visionatrix && ARCH=$(uname -m) && if [ \"$ARCH\" = \"aarch64\" ]; then echo \"Installing PyTorch for ARM64\"; venv/bin/python -m pip install torch torchvision torchaudio; elif [ \"$BUILD_TYPE\" = \"rocm\" ]; then venv/bin/python -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.1; elif [ \"$BUILD_TYPE\" = \"cpu\" ]; then venv/bin/python -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu; else venv/bin/python -m pip install torch torchvision torchaudio; fi && \trm -rf ~/.cache/pip" did not complete successfully: exit code: 1