[Bugfix] Use cmake 3.26.1 instead of 3.26 to avoid build failure (#19019)

Signed-off-by: Lu Fang <lufang@fb.com>
This commit is contained in:
Lu Fang
2025-06-03 15:16:17 +08:00
committed by GitHub
parent cc977286e7
commit d32aa2e670
7 changed files with 7 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ RUN --mount=type=bind,source=.git,target=.git \
if [ "$GIT_REPO_CHECK" != 0 ]; then bash tools/check_repo.sh ; fi
RUN python3 -m pip install -U \
'cmake>=3.26' ninja packaging 'setuptools-scm>=8' wheel jinja2 \
'cmake>=3.26.1' ninja packaging 'setuptools-scm>=8' wheel jinja2 \
-r requirements/neuron.txt
ENV VLLM_TARGET_DEVICE neuron