update CLOUD_ML_REGION to something more local

This commit is contained in:
2025-10-01 21:16:15 +00:00
parent b07725e982
commit 73f092098d

View File

@@ -66,7 +66,7 @@
GOPRIVATE = "github.com/chronosphereio"; GOPRIVATE = "github.com/chronosphereio";
BUILDKIT_COLORS = "run=123,20,245:error=yellow:cancel=blue:warning=white"; BUILDKIT_COLORS = "run=123,20,245:error=yellow:cancel=blue:warning=white";
CLAUDE_CODE_USE_VERTEX = "1"; CLAUDE_CODE_USE_VERTEX = "1";
CLOUD_ML_REGION = "us-east5"; CLOUD_ML_REGION = "europe-west1";
ANTHROPIC_VERTEX_PROJECT_ID = "chronosphere-rc-b"; ANTHROPIC_VERTEX_PROJECT_ID = "chronosphere-rc-b";
}; };
programs = { programs = {