We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0afa74 commit 0e5988bCopy full SHA for 0e5988b
container/Dockerfile.vllm
@@ -379,6 +379,7 @@ COPY --from=dynamo_base /usr/local/cargo /usr/local/cargo
379
380
# Install maturin, for maturin develop
381
# Editable install of dynamo
382
+COPY pyproject.toml README.md hatch_build.py /workspace/
383
RUN uv pip install maturin[patchelf] && \
384
uv pip install --no-deps -e .
385
0 commit comments