Skip to content

Instantly share code, notes, and snippets.

@stevenc81
Created February 26, 2018 03:32
Show Gist options
  • Save stevenc81/2060f674167d982686ea743785261f17 to your computer and use it in GitHub Desktop.
Save stevenc81/2060f674167d982686ea743785261f17 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: gpu-pod
spec:
containers:
- name: cuda-container
image: nvidia/cuda:9.0
resources:
limits:
nvidia.com/gpu: 1 # requesting 1 GPUs
- name: digits-container
image: nvidia/digits:6.0
resources:
limits:
nvidia.com/gpu: 1 # requesting 1 GPUs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment