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
ca0035fb
Unverified
Commit
ca0035fb
authored
Jul 28, 2025
by
Anant Sharma
Committed by
GitHub
Jul 28, 2025
Browse files
fix: copy whole workspace for pre-merge vllm tests (#2146)
parent
0cb01b3f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
+3
-8
container/Dockerfile.vllm
container/Dockerfile.vllm
+3
-8
No files found.
container/Dockerfile.vllm
View file @
ca0035fb
...
@@ -475,14 +475,9 @@ $LD_LIBRARY_PATH
...
@@ -475,14 +475,9 @@ $LD_LIBRARY_PATH
COPY --from=ci_minimum /workspace/target/release/metrics /usr/local/bin/metrics
COPY --from=ci_minimum /workspace/target/release/metrics /usr/local/bin/metrics
COPY --from=ci_minimum ${VIRTUAL_ENV} ${VIRTUAL_ENV}
COPY --from=ci_minimum ${VIRTUAL_ENV} ${VIRTUAL_ENV}
# Once UX refactor is merged
# Keep everything from ci_minimum for mypy and other pre-merge tests
# Python components will have been pip installed and packaged in wheel
# TODO: Remove this once we have a functional CI image built on top of the runtime image
# Can remove these files
COPY --from=ci_minimum /workspace/ /workspace/
COPY components/ /workspace/components/
COPY tests/ /workspace/tests/
COPY examples/ /workspace/examples/
COPY deploy/ /workspace/deploy/
COPY benchmarks/ /workspace/benchmarks/
# Copy launch banner
# Copy launch banner
RUN --mount=type=bind,source=./container/launch_message.txt,target=/workspace/launch_message.txt \
RUN --mount=type=bind,source=./container/launch_message.txt,target=/workspace/launch_message.txt \
...
...
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