CodeBuild "LINUX_GPU_CONTAINER" environment type #8408
Labels
@aws-cdk/aws-codebuild
Related to AWS CodeBuild
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
in-progress
This issue is being actively worked on.
The CodeBuild documentation indicates that there is support for builds running in a GPU container with the environment type
LINUX_GPU_CONTAINER
. Support for this should be added to the CDK.Use Case
Some of our tests require a GPU environment to run. Currently, we accomplish this using Amazon Deep Learning AMIs on an EC2 instance, but the DLAMIs are out of date and don't support Python 3.7, which we now need to run our tests. We thought that we'd be able to switch to CodeBuild for these GPU tests, but it looks like the GPU environment type isn't yet supported by the CDK.
Proposed Solution
Analogous to eg.
codebuild.ComputeType.LARGE
, there could be a value likecodebuild.EnvironmentType.LINUX_GPU_CONTAINER
.Other
Links for context:
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: