12 lines
217 B
YAML
12 lines
217 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: pytorch-cifar10
|
|
spec:
|
|
containers:
|
|
- name: pytorch-cifar10
|
|
image: drn.tst.nubes.ru/gpu-test-pytorch-cifar:0.0.1
|
|
resources:
|
|
limits:
|
|
nvidia.com/gpu: 1
|