mirror of
https://github.com/wassname/vllm.git
synced 2026-06-27 17:18:11 +08:00
[CI/Build] Quoting around > (#9956)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user