[CI/Build] Quoting around > (#9956)

This commit is contained in:
Nikita Furin
2024-11-02 22:50:28 +03:00
committed by GitHub
parent cea808f325
commit 1b73ab2a1f
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -31,7 +31,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' ninja packaging 'setuptools-scm>=8' wheel jinja2 \
-r requirements-neuron.txt
ENV VLLM_TARGET_DEVICE neuron