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

feat: Enable ability to build GPU drives during image build #1147

Merged

Commits on Jun 5, 2023

  1. feat: Enable ability to build GPU drives during image build

    This addition also creates a new s3 addtional_component that can be used for other s3 related interactions.
    NVIDIA drivers can be optionally installed using the added role. Due to NVIDIA not making the drivers for GRIDD publically available, this role requires an S3 endpoint as it is probably the most available to most users.
    Users can use a variety of tools to create an S3 Endpoint be it AWS, CloudFlare, Minio or one of the many other options. With this in mind, this option seems the most logical, plus it allows for an endpoint that can be secured thus not breaking any license agreement with NVIDIA with regards to making the driver public.
    Users should store their .run driver file and .tok file on the S3 endpoint. the gridd.conf will be generated based on the Feature flag passed in.
    drew-viles committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    5a25506 View commit details
    Browse the repository at this point in the history