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
- Updated cuda-ubuntu Dockerfile to use NVIDIAs CUDA image instead
- Updated cuda-ubuntu Dockerfile to build NVIDIAs deviceQuery for
automatic compute capability detection
- Updated build-ffmpeg to use automatic compute capability
- Added libzmq to build-ffmpeg
If you see a "CUDA compute capability could not be found" message during build, first check to see if your GPU device is even available.
266
+
In addition, Docker build needs access to CUDA devices to detect your capability version. [some steps](https://stackoverflow.com/a/77348905/7764138) are required on the host machine to allow this access.
0 commit comments