Skip to content

Commit

Permalink
[Neuron] Update Dockerfile.neuron to fix build failure (vllm-project#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hbikki authored Oct 30, 2024
1 parent 33d2577 commit c787f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.neuron
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit c787f2d

Please sign in to comment.