File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,22 @@ local notebookNodes = [
29
29
{ instanceType: "r5.4xlarge" },
30
30
{ instanceType: "r5.16xlarge" },
31
31
{
32
- instanceType: "g4dn.xlarge" ,
33
- tags+: {
34
- "k8s.io/cluster-autoscaler/node-template/resources/nvidia.com/gpu" : "1"
35
- },
36
- // Allow provisioning GPUs across all AZs, to prevent situation where all
37
- // GPUs in a single AZ are in use and no new nodes can be spawned
38
- availabilityZones: masterAzs,
32
+ instanceType: "g4dn.xlarge" ,
33
+ tags+: {
34
+ "k8s.io/cluster-autoscaler/node-template/resources/nvidia.com/gpu" : "1"
35
+ },
36
+ // Allow provisioning GPUs across all AZs, to prevent situation where all
37
+ // GPUs in a single AZ are in use and no new nodes can be spawned
38
+ availabilityZones: masterAzs,
39
+ },
40
+ {
41
+ instanceType: "g4dn.2xlarge" ,
42
+ tags+: {
43
+ "k8s.io/cluster-autoscaler/node-template/resources/nvidia.com/gpu" : "1"
44
+ },
45
+ // Allow provisioning GPUs across all AZs, to prevent situation where all
46
+ // GPUs in a single AZ are in use and no new nodes can be spawned
47
+ availabilityZones: masterAzs,
39
48
}
40
49
];
41
50
local daskNodes = [
You can’t perform that action at this time.
0 commit comments