try cuda image #4
linux-cuda.yml
on: push
Build CUDA Wheels (Linux)
2m 10s
Annotations
2 errors
|
Build CUDA Wheels (Linux)
Process completed with exit code 1.
|
|
Build CUDA Wheels (Linux)
cibuildwheel: Command ['sh', '-c', '# Verify CUDA is available (should be pre-installed in the image)\necho "Verifying CUDA installation..."\nif command -v nvcc &> /dev/null; then\n echo "CUDA compiler version:"\n nvcc --version\n echo "CUDA_HOME: ${CUDA_HOME:-/usr/local/cuda}"\nelse\n echo "Error: CUDA compiler (nvcc) not found!"\n exit 1\nfi\n'] failed with code 1.
|