You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install full CUDA toolkit in final NVIDIA images (sm70, sm100)
The final container stage only installed cuda-libraries (runtime),
which excluded nvcc and headers. Downstream builds of SELF failed
with FindCUDAToolkit unable to locate nvcc. Switch to cuda-toolkit
so the images support both compilation and execution.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments