aws / aws-ofi-nccl

This is a plugin which lets EC2 developers use libfabric as network provider while running NCCL applications.
Apache License 2.0
147 stars 56 forks source link

feat(ci/github): use docker instead of codebuild #608

Closed aws-nslick closed 2 months ago

aws-nslick commented 2 months ago
feat(ci/github): use docker instead of codebuild

codebuild runners seems to get stuck for us regularly for whatever
reason, just use docker and the al2023/al2 images that exist there.
Other fixes: use the amzn2023 cuda repo, bump cuda versions that these
builds operate against.

Signed-off-by: Nicholas Sielicki <nslick@amazon.com>

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.