Skip to content

try cuda image

try cuda image #4

Triggered via push February 4, 2026 04:13
Status Failure
Total duration 2m 13s
Artifacts

linux-cuda.yml

on: push
Build CUDA Wheels (Linux)
2m 10s
Build CUDA Wheels (Linux)
Fit to window
Zoom out
Zoom in

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.