[Neuron] Update Dockerfile.neuron to fix build failure (#9822)
This commit is contained in:
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"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user