Unverified Commit c787f2d8 authored by Harsha vardhan manoj Bikki's avatar Harsha vardhan manoj Bikki Committed by GitHub
Browse files

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

parent 33d25773
...@@ -36,6 +36,6 @@ RUN python3 -m pip install -U \ ...@@ -36,6 +36,6 @@ RUN python3 -m pip install -U \
ENV VLLM_TARGET_DEVICE neuron ENV VLLM_TARGET_DEVICE neuron
RUN --mount=type=bind,source=.git,target=.git \ 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"] CMD ["/bin/bash"]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment