-
Notifications
You must be signed in to change notification settings - Fork 522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ECS] GPU support #1074
Comments
Hey, super interested in that issue as it related to a lot what the HPC community would want BottleRocket to use for. As I wrote in the (renamed) EKS issue #769: I would like the container to provide the userland driver and not do a bind-mount for that. |
Hey @kniec, for our kubernetes GPU support we went ahead with the general approach of mounting the userland driver in containers, since as described in the issue you linked, we didn't want customers to rethink how they have to build their container images. However, I do think that your use case could be supported in Bottlerocket, but we need to design how we actually want to do it. I'll bring your use case up to the team and discuss if we will support it in future releases. |
This issue is tracking adding support for GPU devices to the ECS variant of Bottlerocket.
This will require adding the Nvidia kernel module and userspace drivers.
The text was updated successfully, but these errors were encountered: