-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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): Add aws-ecs-1-nvidia to BottlerocketEcsVariant #25980
Labels
@aws-cdk/aws-ecs
Related to Amazon Elastic Container
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Comments
automartin5000
added
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
labels
Jun 14, 2023
github-actions
bot
added
the
@aws-cdk/aws-ecs
Related to Amazon Elastic Container
label
Jun 14, 2023
@automartin5000 , thanks for submitting this feature request and PR. |
khushail
added
p2
effort/small
Small work item – less than a day of effort
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Jun 14, 2023
This was referenced Jul 26, 2023
mergify bot
pushed a commit
that referenced
this issue
Dec 27, 2023
…lerated tasks (#28488) This pull request introduces a new variant, AWS_ECS_1_NVIDIA, to the BottlerocketEcsVariant enum. This addition caters to the increasing demand for GPU-accelerated computing in containerized environments, particularly for tasks that require intensive computing power, such as machine learning and 3D rendering. Closes #25980 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
paulhcsun
pushed a commit
to paulhcsun/aws-cdk
that referenced
this issue
Jan 5, 2024
…lerated tasks (aws#28488) This pull request introduces a new variant, AWS_ECS_1_NVIDIA, to the BottlerocketEcsVariant enum. This addition caters to the increasing demand for GPU-accelerated computing in containerized environments, particularly for tasks that require intensive computing power, such as machine learning and 3D rendering. Closes aws#25980 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
@aws-cdk/aws-ecs
Related to Amazon Elastic Container
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Add support for
aws-ecs-1-nvidia
image types to ECS.BottlerocketEcsVariant (Bottlerocket image with NVIDIA support)Use Case
Need to run ECS application with GPU support
Proposed Solution
Update enum with
aws-ecs-1-nvidia
optionOther Information
No response
Acknowledgements
CDK version used
2.83.1
Environment details (OS name and version, etc.)
Mac OS Ventura
The text was updated successfully, but these errors were encountered: