-
Notifications
You must be signed in to change notification settings - Fork 209
Open
Labels
waiting for reproductionwaiting for responseWaiting for a response of the creatorWaiting for a response of the creator
Description
Community Note
- 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
Description
Add the ability to support multiple GPU selection in environment when there is multiple GPUs available.
Eg: In my cluster of 8 GPU, i can choose between gpu by using it's index as 2,4,6
New or Affected Resource(s)
- docker_container
Potential Terraform Configuration
resource "docker_container" "base" {
name = "foo"
image = docker_image.base.latest
gpus = "1,2,4"
....
}References
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
waiting for reproductionwaiting for responseWaiting for a response of the creatorWaiting for a response of the creator