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

Support for services which use GPU #729

Closed
samjgalbraith opened this issue Feb 20, 2019 · 2 comments
Closed

Support for services which use GPU #729

samjgalbraith opened this issue Feb 20, 2019 · 2 comments

Comments

@samjgalbraith
Copy link

Summary

Support for services which use GPU

Description

Our team has been using a wrapper script around the ECS CLI compose up command to build, push and deploy changes to our services. We have almost finished building a service which uses GPU at request time to provide machine learning predictions. The new ECS GPU optimized AMI requires that the GPU field in the ECS task definition is provided with a required GPU count. Currently, the ECS cli provides no way to provide this value to be used in the creation of the task definition, and so our GPU based service will not work without circumventing the ECS CLI.

@efekarakus efekarakus self-assigned this Mar 5, 2019
efekarakus added a commit to efekarakus/amazon-ecs-cli that referenced this issue Mar 8, 2019
efekarakus added a commit to efekarakus/amazon-ecs-cli that referenced this issue Mar 13, 2019
efekarakus added a commit to efekarakus/amazon-ecs-cli that referenced this issue Mar 18, 2019
@SantiMunoz
Copy link

Same problem here, we can't deploy a service that uses GPU. Willing to see this deployed 🔝

@SoManyHs
Copy link
Contributor

SoManyHs commented Apr 4, 2019

This was released in 1.14.0!

@SoManyHs SoManyHs closed this as completed Apr 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants