mirror of
https://github.com/vllm-project/vllm.git
synced 2025-10-20 14:53:52 +08:00
[Neuron] Update Dockerfile.neuron to fix build failure (#9822)
This commit is contained in:
committed by
GitHub
parent
33d257735f
commit
c787f2d81d
@ -36,6 +36,6 @@ RUN python3 -m pip install -U \
|
||||
|
||||
ENV VLLM_TARGET_DEVICE neuron
|
||||
RUN --mount=type=bind,source=.git,target=.git \
|
||||
pip install --no-build-isolation -v -e . \
|
||||
pip install --no-build-isolation -v -e .
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
|
Reference in New Issue
Block a user