rapidsai / devcontainers

18 stars 26 forks source link

Disable CUDA driver requirement. #366

Closed bdice closed 2 months ago

bdice commented 2 months ago

This PR disables CUDA driver version compatibility checks. It doesn't seem like the container is working as intended, because driver 535 (LTS) is failing with CUDA 12.5. This is discussed further in https://github.com/rapidsai/devcontainers/pull/332.

trxcllnt commented 2 months ago

It looks like wholegraph is missing a cuda-driver-dev entry in dependencies.yaml?

bdice commented 2 months ago

Or maybe cuda-nvml-dev, from the log. It seems like https://github.com/rapidsai/wholegraph/pull/191 was the cause (or at least an incomplete solution), and not this PR, so I'm going to go ahead and merge. I've opened https://github.com/rapidsai/wholegraph/pull/197 to fix this.