spec
spec copied to clipboard
Support more specific GPU requirements
Not sure about other users, the few requirements I often care about (on NVIDIA GPUs) are as follow:
- Number of GPU units
- GPU architecture
- GPU memory
- GPU compute capability
- GPU driver version
- 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