rapidsai / deployment

RAPIDS Deployment Documentation
https://docs.rapids.ai/deployment/stable/
9 stars 31 forks source link

Fix EKS instructions for 24.10 testing #458

Closed jacobtomlinson closed 1 month ago

jacobtomlinson commented 1 month ago

It seems that a lot of the issues we were having were related to using the NVIDIA GPU Operator on EKS with Amazon Linux nodes. To simplify things I've updated the docs to just use the default driver install that EKS does for you. This gives you much less control than the GPU Operator, but should be more than suitable for beginners.

This allows us to simplify the docs here and get things working OOTB again.

Closes #409 Closes #459

jacobtomlinson commented 1 month ago

Yep you're right. Updated the PR description to close relevant issues.