File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,28 +53,28 @@ metadata:
53
53
spec :
54
54
containers :
55
55
- name : ts-ctr0
56
- image : nvcr.io/nvidia/k8s/cuda-sample:nbody-cuda11.7.1 -ubuntu18.04
56
+ image : nvcr.io/nvidia/k8s/cuda-sample:nbody-cuda11.6.0 -ubuntu18.04
57
57
args : ["--benchmark", "--numbodies=4226000"]
58
58
resources :
59
59
claims :
60
60
- name : shared-gpus
61
61
request : ts-gpu
62
62
- name : ts-ctr1
63
- image : nvcr.io/nvidia/k8s/cuda-sample:nbody-cuda11.7.1 -ubuntu18.04
63
+ image : nvcr.io/nvidia/k8s/cuda-sample:nbody-cuda11.6.0 -ubuntu18.04
64
64
args : ["--benchmark", "--numbodies=4226000"]
65
65
resources :
66
66
claims :
67
67
- name : shared-gpus
68
68
request : ts-gpu
69
69
- name : mps-ctr0
70
- image : nvcr.io/nvidia/k8s/cuda-sample:nbody-cuda11.7.1 -ubuntu18.04
70
+ image : nvcr.io/nvidia/k8s/cuda-sample:nbody-cuda11.6.0 -ubuntu18.04
71
71
args : ["--benchmark", "--numbodies=4226000"]
72
72
resources :
73
73
claims :
74
74
- name : shared-gpus
75
75
request : mps-gpu
76
76
- name : mps-ctr1
77
- image : nvcr.io/nvidia/k8s/cuda-sample:nbody-cuda11.7.1 -ubuntu18.04
77
+ image : nvcr.io/nvidia/k8s/cuda-sample:nbody-cuda11.6.0 -ubuntu18.04
78
78
args : ["--benchmark", "--numbodies=4226000"]
79
79
resources :
80
80
claims :
You can’t perform that action at this time.
0 commit comments