Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. apiVersion: batch/v1
  2. kind: Job
  3. metadata:
  4. labels:
  5. app: samples-tf-mnist-demo
  6. name: samples-tf-mnist-demo
  7. spec:
  8. template:
  9. metadata:
  10. labels:
  11. app: samples-tf-mnist-demo
  12. spec:
  13. containers:
  14. - name: samples-tf-mnist-demo
  15. image: microsoft/samples-tf-mnist-demo:gpu
  16. args: ["--max_steps", "500"]
  17. imagePullPolicy: IfNotPresent
  18. resources:
  19. limits:
  20. nvidia.com/gpu: 1
  21. restartPolicy: Never
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement