Created
October 8, 2020 16:46
-
-
Save JimmyWhitaker/3566b0ee3e9f7bffede9a489a94f4c1d to your computer and use it in GitHub Desktop.
Setting the GPU type in a Pachyderm Pipeline
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"scheduling_spec": { | |
"node_selector": { | |
"cloud.google.com/gke-accelerator": "nvidia-tesla-t4" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment