containers-roadmap icon indicating copy to clipboard operation
containers-roadmap copied to clipboard

[ECS] [GPU]: Documentation to enable GPU support for ECS Agent

Open saiteja313 opened this issue 3 years ago • 1 comments

Community Note

ECS Agent currently supports GPU resources by configuring ECS_ENABLE_GPU_SUPPORT propoerty. However, ECS use guide is missing documentation to enable GPU support.

https://github.com/aws/amazon-ecs-init/blob/master/ecs-init/config/common.go#L86

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Tell us about your request What do you want us to build?

  • Documentation update on GPU support for ECS

Which service(s) is this request for?

  • ECS Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? What outcome are you trying to achieve, ultimately, and why is it hard/impossible to do right now? What is the impact of not having this problem solved? The more details you can provide, the better we'll be able to understand and solve the problem.

Are you currently working around this issue? How are you currently solving this problem?

  • Enable GPU support by configuring ECS_ENABLE_GPU_SUPPORT =true in ecs.config file

Additional context Anything else we should know?

Attachments If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)

saiteja313 avatar Jan 13 '21 17:01 saiteja313

Its documented now - https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-config.html#:~:text=ECS_ENABLE_GPU_SUPPORT

rohanmangal avatar Jul 19 '22 09:07 rohanmangal