devcontainers / devcontainers/spec
Support more specific GPU requirements
Open
- Dominant language
- No language data
- Stars
- 5.7k
- Forks
- 496
- PR merge metrics
- No merged PRs in 30d
Description
Not sure about other users, the few requirements I often care about (on NVIDIA GPUs) are as follow:
1. Number of GPU units
2. GPU architecture
3. GPU memory
4. GPU compute capability
5. GPU driver version
6. CUDA version (not really a host requirement but is bound by driver version)
i.e. basic info shown by `nvidia-smi`
_Originally posted by @l0rem1psum in https://github.com/devcontainers/spec/issues/143#issuecomment-1329348421_
Contributor guide
Assessment
This issue has not been assessed yet.