Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
fix gpus
Browse files Browse the repository at this point in the history
limit is required
  • Loading branch information
Michał Jastrzębski authored May 2, 2019
1 parent c4fc197 commit 60234fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions argo/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,6 @@ spec:
resources:
requests:
nvidia.com/gpu: 1 # requesting 1 GPU
limits:
nvidia.com/gpu: 1
command: ["python", "/src/train.py"]

0 comments on commit 60234fd

Please sign in to comment.