Skip to content

Commit

Permalink
respect var.enable_gpu when creating new clusters in applications/ray (
Browse files Browse the repository at this point in the history
…#423)

Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
  • Loading branch information
andrewsykim authored Mar 22, 2024
1 parent 5bf300c commit 4afd93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/ray/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module "infra" {
network_name = "default"
subnetwork_name = "default"
cpu_pools = var.cpu_pools
enable_gpu = true
enable_gpu = var.enable_gpu
gpu_pools = var.gpu_pools
}

Expand Down

0 comments on commit 4afd93e

Please sign in to comment.