Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
845a06b3
Unverified
Commit
845a06b3
authored
Dec 03, 2025
by
Anant Sharma
Committed by
GitHub
Dec 03, 2025
Browse files
fix: copy wheel meta files in vllm dev stage for editable install (#4738)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
1f3e97a0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
container/Dockerfile.vllm
container/Dockerfile.vllm
+1
-0
No files found.
container/Dockerfile.vllm
View file @
845a06b3
...
@@ -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 .
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment