workflow draft #35
Annotations
2 errors
Build wheels cp313-musllinux_x86_64
Command ['sh', '-c', 'if command -v yum &> /dev/null; then\n yum install -y epel-release\n yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-rhel7.repo\n yum install -y cuda-11-4\nelif command -v apt &> /dev/null; then\n apt update\n apt install -y software-properties-common\n wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-keyring_1.0-1_all.deb\n dpkg -i cuda-keyring_1.0-1_all.deb\n apt update\n apt install -y cuda-11-4\nelse\n echo "Unsupported package manager. Exiting."\n exit 1\nfi\n'] failed with code 1.
|
Build wheels cp313-musllinux_x86_64
Process completed with exit code 1.
|
Loading