fix Xeon CI (#11454)

This commit is contained in:
Zaili Wang
2025-10-11 14:08:28 -07:00
committed by GitHub
parent 8fdcd98efe
commit 0a304870e8
2 changed files with 5 additions and 13 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ ENV CONDA_PREFIX=/sgl-workspace/miniforge3
RUN pip config set global.index-url https://download.pytorch.org/whl/cpu && \
pip config set global.extra-index-url https://pypi.org/simple
RUN git clone ${SGLANG_REPO} && \
RUN git clone ${SGLANG_REPO} sglang && \
cd sglang && \
git checkout ${VER_SGLANG} && \
cd python && \