Skip to content
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

Use AWS accelerated AMIs #46

Merged
merged 2 commits into from
Oct 15, 2024
Merged

Conversation

bd-g
Copy link
Collaborator

@bd-g bd-g commented Oct 15, 2024

Proposed changes

Previously, Amazon did not offer any official AMIs that included a recent version of the NVIDIA driver/toolkit and updated versions of system packages. The community demand for this has grown such that two weeks ago AWS released [an EKS accelerated AMI] based on Amazon Linux 2023. This means we now have an officially supported AWS AMI with bundled drivers and toolkits that is compatible with Deepgram workloads.

This PR updates the sample directory to use these new AMIs, and adjust the AWS example values.yaml file to no longer manually install NVIDIA drivers with the GPU operator Helm Chart.

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update or tests (if none of the other choices apply)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • I have read the CONTRIBUTING doc
  • I have tested my changes in my local self-hosted environment
    • I created a cluster using eksctl v0.192.0 and deployed the Helm chart and verified the Engine container had access to the GPU.
  • I have added necessary documentation (if appropriate)

@bd-g bd-g requested a review from a team as a code owner October 15, 2024 17:28
@bd-g bd-g requested a review from jkroll-deepgram October 15, 2024 20:47
@bd-g bd-g merged commit 8c3e5f9 into main Oct 15, 2024
2 checks passed
@bd-g bd-g deleted the brent-george/use-eks-accelerated-amis branch October 15, 2024 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants