"vscode:/vscode.git/clone" did not exist on "e22bb0376fec83e690c8715d2987378433ca2d5c"
Unverified Commit 845a06b3 authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

fix: copy wheel meta files in vllm dev stage for editable install (#4738)


Signed-off-by: default avatarAnant Sharma <anants@nvidia.com>
parent 1f3e97a0
......@@ -378,6 +378,7 @@ COPY --from=dynamo_base /usr/local/cargo /usr/local/cargo
# Install maturin, for maturin develop
# Editable install of dynamo
COPY pyproject.toml README.md hatch_build.py /workspace/
RUN uv pip install maturin[patchelf] && \
uv pip install --no-deps -e .
......
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