94057c3d3e
CI Model Inventory / build-inventory (push) Waiting to run
Lint / lint (push) Waiting to run
PR Benchmark (SMG Components) / Benchmark Compilation Check (push) Waiting to run
PR Benchmark (SMG Components) / Benchmark - Manual Policy (push) Waiting to run
PR Benchmark (SMG Components) / Benchmark - Request Processing (push) Waiting to run
PR Benchmark (SMG Components) / Benchmark Summary (push) Blocked by required conditions
Release SGLang Model Gateway Docker Image / publish (push) Waiting to run
Release SGLang Model Gateway to PyPI / build on macos (aarch64 - auto) (push) Waiting to run
Release SGLang Model Gateway to PyPI / build on windows (x86_64 - auto) (push) Waiting to run
Release SGLang Model Gateway to PyPI / build on macos (x86_64 - auto) (push) Waiting to run
Release SGLang Model Gateway to PyPI / build on linux (aarch64 - auto) (push) Waiting to run
Release SGLang Model Gateway to PyPI / build on linux (x86_64 - auto) (push) Waiting to run
Release SGLang Model Gateway to PyPI / build on linux (aarch64 - musllinux_1_1) (push) Waiting to run
Release SGLang Model Gateway to PyPI / build on linux (x86_64 - musllinux_1_1) (push) Waiting to run
Release SGLang Model Gateway to PyPI / Build SDist (push) Waiting to run
Release SGLang Model Gateway to PyPI / Upload to PyPI (push) Blocked by required conditions
Release SGLang Kernels / build-cu129-matrix (aarch64, 12.9, 3.10, arm-kernel-build-node) (push) Waiting to run
Release SGLang Kernels / build-cu129-matrix (x86_64, 12.9, 3.10, x64-kernel-build-node) (push) Waiting to run
Release SGLang Kernels / release-cu129 (push) Blocked by required conditions
Release SGLang Kernels / build-cu130-matrix (aarch64, 13.0, 3.10, arm-kernel-build-node) (push) Waiting to run
Release SGLang Kernels / build-cu130-matrix (x86_64, 13.0, 3.10, x64-kernel-build-node) (push) Waiting to run
Release SGLang Kernels / release-cu130 (push) Blocked by required conditions
Release SGLang Kernels / build-rocm-matrix (3.10, 700) (push) Waiting to run
PR Test (SMG) / build-wheel (push) Waiting to run
PR Test (SMG) / python-unit-tests (push) Blocked by required conditions
PR Test (SMG) / unit-tests (push) Waiting to run
PR Test (SMG) / benchmarks (push) Blocked by required conditions
PR Test (SMG) / chat-completions (push) Blocked by required conditions
PR Test (SMG) / chat-completions-4gpu (push) Blocked by required conditions
PR Test (SMG) / e2e (push) Blocked by required conditions
PR Test (SMG) / docker-build-test (push) Waiting to run
PR Test (SMG) / k8s-integration (push) Waiting to run
PR Test (SMG) / finish (push) Blocked by required conditions
PR Test (SMG) / summarize-benchmarks (push) Blocked by required conditions
Release SGLang Kernels / build-rocm-matrix (3.10, 720) (push) Waiting to run
Release SGLang Kernels / release-rocm700 (push) Blocked by required conditions
Release SGLang Kernels / release-rocm720 (push) Blocked by required conditions
Release SGLang Kernels / build-musa43 (43, 3.10) (push) Waiting to run
Release SGLang Kernels / release-musa43 (push) Blocked by required conditions
PR Test (NPU) / check-changes (push) Has been cancelled
PR Test (NPU) / pr-gate (push) Has been cancelled
PR Test (NPU) / set-image-config (push) Has been cancelled
PR Test (NPU) / stage-b-test-1-npu-a2 (0) (push) Has been cancelled
PR Test (NPU) / stage-b-test-1-npu-a2 (1) (push) Has been cancelled
PR Test (NPU) / stage-b-test-2-npu-a2 (0) (push) Has been cancelled
PR Test (NPU) / stage-b-test-2-npu-a2 (1) (push) Has been cancelled
PR Test (NPU) / stage-b-test-4-npu-a3 (push) Has been cancelled
PR Test (NPU) / stage-b-test-16-npu-a3 (push) Has been cancelled
PR Test (NPU) / multimodal-gen-test-1-npu-a3 (push) Has been cancelled
PR Test (NPU) / multimodal-gen-test-2-npu-a3 (push) Has been cancelled
PR Test (Arm64) / pr-gate (push) Has been cancelled
PR Test (Arm64) / check-changes (push) Has been cancelled
PR Test (Arm64) / build-test (push) Has been cancelled
PR Test (sgl-router) / gate (push) Has been cancelled
PR Test (sgl-router) / tier-1 — lint (push) Has been cancelled
PR Test (sgl-router) / tier-2 — build + test (push) Has been cancelled
PR Test (sgl-router) / tier-3 — docker (placeholder) (push) Has been cancelled
PR Test (sgl-router) / tier-3 — k8s integration (push) Has been cancelled
PR Test (sgl-router) / tier-3 — e2e (push) Has been cancelled
PR Test (sgl-router) / finish (push) Has been cancelled
PR Test (NPU) / single-node-poc (map[name:qwen3_6_27b_w8a8_1p_in64k_out1k_50ms runner:linux-aarch64-a3-2 test_case:test/registered/ascend/performance/qwen3_6_27b/test_npu_qwen3_6_27b_w8a8_1p_in64k_out1k_50ms.py test_type:perf]) (push) Has been cancelled
PR Test (NPU) / pr-test-npu-finish (push) Has been cancelled
PR Test (Xeon) / pr-gate (push) Has been cancelled
PR Test (Xeon) / check-changes (push) Has been cancelled
PR Test (Xeon) / build-test (, xeon-gnr, base-b-test-cpu) (push) Has been cancelled
PR Test (XPU) / check-changes (push) Has been cancelled
PR Test (XPU) / pr-gate (push) Has been cancelled
PR Test (XPU) / stage-a-test-1-gpu-xpu (push) Has been cancelled
PR Test (XPU) / wait-for-stage-a (push) Has been cancelled
PR Test (XPU) / stage-b-test-1-gpu-xpu (push) Has been cancelled
PR Test (XPU) / finish (push) Has been cancelled
151 lines
4.7 KiB
Bash
Executable File
151 lines
4.7 KiB
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
CUDA_VERSIONS="${1:-12-8,12-9}"
|
|
|
|
echo "==================================="
|
|
echo "Installing Docker..."
|
|
echo "==================================="
|
|
|
|
# Add Docker's official GPG key:
|
|
sudo apt-get update
|
|
sudo apt-get install -y ca-certificates curl
|
|
sudo install -m 0755 -d /etc/apt/keyrings
|
|
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
|
|
sudo chmod a+r /etc/apt/keyrings/docker.asc
|
|
|
|
# Add the repository to Apt sources:
|
|
echo \
|
|
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \
|
|
$(. /etc/os-release && echo "${UBUNTU_CODENAME:-$VERSION_CODENAME}") stable" | \
|
|
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
|
|
sudo apt-get update
|
|
|
|
sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
|
|
|
# Add current user to docker group
|
|
sudo usermod -aG docker $USER
|
|
|
|
echo "Docker installed successfully!"
|
|
echo "Note: You need to log out and log back in for docker group membership to take effect"
|
|
echo ""
|
|
|
|
# Detect architecture for Docker image selection
|
|
ARCH=$(uname -m)
|
|
|
|
if [ "$ARCH" = "x86_64" ]; then
|
|
BUILDER_NAME="pytorch/manylinux2_28-builder"
|
|
elif [ "$ARCH" = "aarch64" ]; then
|
|
BUILDER_NAME="pytorch/manylinuxaarch64-builder"
|
|
else
|
|
echo "Unsupported architecture: $ARCH"
|
|
exit 1
|
|
fi
|
|
|
|
# Pull Docker images for the specified CUDA versions
|
|
echo "==================================="
|
|
echo "Pulling Docker Images..."
|
|
echo "==================================="
|
|
echo "Architecture: ${ARCH}"
|
|
echo "Builder: ${BUILDER_NAME}"
|
|
|
|
# Parse CUDA versions and pull corresponding Docker images
|
|
IFS=',' read -ra CUDA_VERSION_ARRAY <<< "$CUDA_VERSIONS"
|
|
|
|
# Convert CUDA versions from format "12-8" to "12.8" and pull images
|
|
for CUDA_VERSION in "${CUDA_VERSION_ARRAY[@]}"; do
|
|
# Trim whitespace
|
|
CUDA_VERSION=$(echo "$CUDA_VERSION" | xargs)
|
|
|
|
# Convert format: 12-8 -> 12.8
|
|
CUDA_VERSION_DOTTED=$(echo "$CUDA_VERSION" | tr '-' '.')
|
|
|
|
DOCKER_IMAGE="${BUILDER_NAME}:cuda${CUDA_VERSION_DOTTED}"
|
|
|
|
echo ""
|
|
echo "Pulling ${DOCKER_IMAGE}..."
|
|
|
|
# Use newgrp to ensure docker commands work (user was just added to docker group)
|
|
if sg docker -c "docker pull ${DOCKER_IMAGE}"; then
|
|
echo "✓ Successfully pulled ${DOCKER_IMAGE}"
|
|
else
|
|
echo "✗ Failed to pull ${DOCKER_IMAGE}"
|
|
echo " You may need to log out and log back in for docker group to take effect"
|
|
fi
|
|
done
|
|
|
|
echo ""
|
|
echo "Docker images pulled successfully!"
|
|
echo ""
|
|
|
|
# Auto-detect Ubuntu version
|
|
if command -v lsb_release &> /dev/null; then
|
|
UBUNTU_VERSION=$(lsb_release -rs | tr -d '.')
|
|
else
|
|
UBUNTU_VERSION=$(. /etc/os-release && echo $VERSION_ID | tr -d '.')
|
|
fi
|
|
|
|
# Set CUDA architecture (ARCH already detected above for Docker images)
|
|
if [ "$ARCH" = "x86_64" ]; then
|
|
CUDA_ARCH="x86_64"
|
|
elif [ "$ARCH" = "aarch64" ]; then
|
|
CUDA_ARCH="sbsa"
|
|
else
|
|
echo "Unsupported architecture: $ARCH"
|
|
exit 1
|
|
fi
|
|
|
|
echo "==================================="
|
|
echo "System Information:"
|
|
echo "==================================="
|
|
echo "Ubuntu Version: ${UBUNTU_VERSION}"
|
|
echo "Architecture: ${ARCH}"
|
|
echo "CUDA Architecture: ${CUDA_ARCH}"
|
|
echo ""
|
|
|
|
# Install CUDA keyring (only need to do this once)
|
|
echo "==================================="
|
|
echo "Installing CUDA keyring..."
|
|
echo "==================================="
|
|
KEYRING_URL="https://developer.download.nvidia.com/compute/cuda/repos/ubuntu${UBUNTU_VERSION}/${CUDA_ARCH}/cuda-keyring_1.1-1_all.deb"
|
|
wget -q $KEYRING_URL -O cuda-keyring.deb
|
|
sudo dpkg -i cuda-keyring.deb
|
|
sudo apt-get update
|
|
rm cuda-keyring.deb
|
|
echo "CUDA keyring installed successfully!"
|
|
echo ""
|
|
|
|
# Split CUDA versions and install each one
|
|
IFS=',' read -ra CUDA_VERSION_ARRAY <<< "$CUDA_VERSIONS"
|
|
|
|
echo "==================================="
|
|
echo "Installing CUDA Toolkits..."
|
|
echo "==================================="
|
|
echo "Versions to install: ${CUDA_VERSIONS}"
|
|
echo ""
|
|
|
|
for CUDA_VERSION in "${CUDA_VERSION_ARRAY[@]}"; do
|
|
# Trim whitespace
|
|
CUDA_VERSION=$(echo "$CUDA_VERSION" | xargs)
|
|
|
|
echo "-----------------------------------"
|
|
echo "Installing CUDA Toolkit ${CUDA_VERSION}..."
|
|
echo "-----------------------------------"
|
|
|
|
if sudo apt-get install -y cuda-toolkit-${CUDA_VERSION}; then
|
|
echo "✓ CUDA Toolkit ${CUDA_VERSION} installed successfully!"
|
|
else
|
|
echo "✗ Failed to install CUDA Toolkit ${CUDA_VERSION}"
|
|
echo " This might be due to an invalid version or repository issue"
|
|
fi
|
|
echo ""
|
|
done
|
|
|
|
echo "==================================="
|
|
echo "Installation Summary"
|
|
echo "==================================="
|
|
echo "Installed CUDA versions:"
|
|
ls -d /usr/local/cuda-* 2>/dev/null || echo "No CUDA installations found in /usr/local/"
|
|
echo ""
|
|
echo "Setup complete!"
|