[Neuron] Update Dockerfile.neuron to fix build failure (#9822)

This commit is contained in:
Harsha vardhan manoj Bikki
2024-10-30 12:22:02 -07:00
committed by GitHub
parent 33d257735f
commit c787f2d81d

View File

@ -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"]