Skip to content

Commit 0e5988b

Browse files
authored
fix dev
Signed-off-by: Anant Sharma <[email protected]>
1 parent c0afa74 commit 0e5988b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

container/Dockerfile.vllm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ COPY --from=dynamo_base /usr/local/cargo /usr/local/cargo
379379

380380
# Install maturin, for maturin develop
381381
# Editable install of dynamo
382+
COPY pyproject.toml README.md hatch_build.py /workspace/
382383
RUN uv pip install maturin[patchelf] && \
383384
uv pip install --no-deps -e .
384385

0 commit comments

Comments
 (0)