Created
July 24, 2020 16:48
-
-
Save ktaletsk/af64584c37a09e2a15894c1d83707915 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
apiVersion: argoproj.io/v1alpha1 | |
kind: Workflow | |
metadata: | |
generateName: gpu-hello-world- | |
labels: | |
workflows.argoproj.io/archive-strategy: false | |
spec: | |
entrypoint: hello-gpu | |
templates: | |
- name: hello-gpu | |
container: | |
image: nvidia/cuda:10.0-base | |
command: [nvidia-smi] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment