Skip to content

Instantly share code, notes, and snippets.

@ktaletsk
Created July 24, 2020 16:48
Show Gist options
  • Save ktaletsk/af64584c37a09e2a15894c1d83707915 to your computer and use it in GitHub Desktop.
Save ktaletsk/af64584c37a09e2a15894c1d83707915 to your computer and use it in GitHub Desktop.
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