Skip to content

Commit

Permalink
Fix YAML in GPU doc (flyteorg#435)
Browse files Browse the repository at this point in the history
Signed-off-by: Samhita Alla <aallasamhita@gmail.com>
  • Loading branch information
samhita-alla committed Oct 12, 2021
1 parent aba2925 commit 1546e2a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions cookbook/deployment/configure_use_gpus.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@
.. code-block:: yaml
plugins:
k8s:
resource-tolerations:
gpu:
k8s:
resource-tolerations:
- nvidia.com/gpu:
- key: "key1"
operator: "Equal"
value: "value1"
effect: "NoSchedule"
"""

0 comments on commit 1546e2a

Please sign in to comment.