From 49b5e17996a68c563b2eb57b0d13458546d6a28a Mon Sep 17 00:00:00 2001 From: hailin Date: Wed, 2 Jul 2025 20:08:05 +0800 Subject: [PATCH] . --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 97cfbf9..68c188f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,8 +31,7 @@ RUN git clone --recursive -b v2.7.1 https://github.com/pytorch/pytorch.git WORKDIR /opt/pytorch ENV MAX_JOBS=${MAX_JOBS} RUN echo "Building PyTorch with USE_DISTRIBUTED=$USE_DISTRIBUTED" && \ - python3 setup.py bdist_wheel && \ - python3 -c "from torch.distributed import Backend; print('✅ Build success. GLOO =', Backend.GLOO)" + python3 setup.py bdist_wheel ############################################################################### # Stage 1 ─ builder-extras:用自编 Torch 装 TV / flashinfer / sglang,并收集轮子