Skip to content

Instantly share code, notes, and snippets.

@JimmyWhitaker
Created October 8, 2020 21:17
Show Gist options
  • Save JimmyWhitaker/8b7cca5dccc986d509dce80a5e5c0f42 to your computer and use it in GitHub Desktop.
Save JimmyWhitaker/8b7cca5dccc986d509dce80a5e5c0f42 to your computer and use it in GitHub Desktop.
Setting resource limits in a Pachyderm spec
"resource_limits": {
"gpu": {
"type": "nvidia.com/gpu",
"number": 1
}
},
"resource_requests": {
"memory": "2G",
"cpu": 1
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment