Merge pull request #5273 from hashicorp/dani/nvidia-affinity

docs: Update affinity stanza in device
This commit is contained in:
Preetha
2019-01-30 10:51:21 -06:00
committed by GitHub

View File

@@ -231,6 +231,7 @@ job "gpu-test" {
affinity {
attribute = "${device.model}"
value = "Tesla K80"
weight = 50
}
}
}