"...ssh:/git@developer.sourcefind.cn:2222/OpenDAS/dynamo.git" did not exist on "3ac39b78fd8c216d7c74e1e1a41fea509e188d40"
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 ...@@ -378,6 +378,7 @@ COPY --from=dynamo_base /usr/local/cargo /usr/local/cargo
# Install maturin, for maturin develop # Install maturin, for maturin develop
# Editable install of dynamo # Editable install of dynamo
COPY pyproject.toml README.md hatch_build.py /workspace/
RUN uv pip install maturin[patchelf] && \ RUN uv pip install maturin[patchelf] && \
uv pip install --no-deps -e . 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