[AMD] upd local registry address (#23607)

Co-authored-by: bingxche <bingxche@amd.com>
This commit is contained in:
YC Yen-Ching Tseng
2026-04-24 12:07:09 +08:00
committed by GitHub
co-authored by bingxche
parent 59724e90a9
commit 30909cbeeb
4 changed files with 5 additions and 5 deletions
@@ -23,7 +23,7 @@ fi
ROCM_VERSION="rocm700"
DEFAULT_MI30X_BASE_TAG="${SGLANG_VERSION}-${ROCM_VERSION}-mi30x"
DEFAULT_MI35X_BASE_TAG="${SGLANG_VERSION}-${ROCM_VERSION}-mi35x"
LOCAL_DOCKER_REGISTRY="172.29.8.23:5000"
LOCAL_DOCKER_REGISTRY="10.245.143.50:5000"
# Parse command line arguments
MI30X_BASE_TAG="${DEFAULT_MI30X_BASE_TAG}"