Skip to content

Instantly share code, notes, and snippets.

@innovia
Created May 6, 2018 11:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save innovia/e72eec89596fe99cb4f258c1ef02a431 to your computer and use it in GitHub Desktop.
Save innovia/e72eec89596fe99cb4f258c1ef02a431 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-devel
resources:
limits:
nvidia.com/gpu: 2 # requesting 2 GPUs
- name: digits-container
image: nvidia/digits:6.0
resources:
limits:
nvidia.com/gpu: 2 # requesting 2 GPUs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment