From 2abf72c45235c8a317590c819efe87720d0205d0 Mon Sep 17 00:00:00 2001 From: George Stykalin Date: Tue, 14 Apr 2026 11:56:44 +0300 Subject: [PATCH] build airflow images to internal repo --- dags/test-train-pytorch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dags/test-train-pytorch.py b/dags/test-train-pytorch.py index 40b99bb..720a87f 100644 --- a/dags/test-train-pytorch.py +++ b/dags/test-train-pytorch.py @@ -7,7 +7,7 @@ import json # --- CONFIGURATION --- WORLD_SIZE = 2 -MASTER_ADDR = "airflow-k8s-0168-worker-gpu-0.airflow-k8s-0168-worker-gpu" +MASTER_ADDR = "airflow-worker-gpu-0.airflow-worker-gpu" MASTER_PORT = "29500" NCCL_TIMEOUT = 1800