The list of prerequisites for running the Biren device plugin is described below:
- Biren GPU Driver >= 1.2.2
- Kubernetes >=1.13
kubectl label node {biren-node} birentech.com=gpukubectl apply -f deploy/biren-device-plugin.yamlapiVersion: v1
kind: Pod
metadata:
name: pod1
spec:
restartPolicy: OnFailure
containers:
- image: ubuntu
name: pod1-ctr
command: ["sleep"]
args: ["infinity"]
resources:
limits:
birentech.com/gpu: 1