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
5efc0c91
Unverified
Commit
5efc0c91
authored
Jun 09, 2025
by
Yan Ru Pei
Committed by
GitHub
Jun 10, 2025
Browse files
chore: install datagen in vllm image and CI (#1428)
parent
98708c46
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
.github/workflows/pre-merge-python.yml
.github/workflows/pre-merge-python.yml
+1
-1
container/Dockerfile.vllm
container/Dockerfile.vllm
+2
-0
No files found.
.github/workflows/pre-merge-python.yml
View file @
5efc0c91
...
...
@@ -54,7 +54,7 @@ jobs:
env
:
PYTEST_MARKS
:
"
pre_merge
or
mypy"
run
:
|
docker run -w /workspace --name ${{ env.CONTAINER_ID }}_pytest ${{ steps.define_image_tag.outputs.image_tag }} bash -c "
pip install -e /workspace/benchmarks &&
pytest --basetemp=/tmp --junitxml=${{ env.PYTEST_XML_FILE }} -m \"${{ env.PYTEST_MARKS }}\""
docker run -w /workspace --name ${{ env.CONTAINER_ID }}_pytest ${{ steps.define_image_tag.outputs.image_tag }} bash -c "pytest --basetemp=/tmp --junitxml=${{ env.PYTEST_XML_FILE }} -m \"${{ env.PYTEST_MARKS }}\""
-
name
:
Copy test report from test Container
if
:
always()
run
:
|
...
...
container/Dockerfile.vllm
View file @
5efc0c91
...
...
@@ -438,6 +438,8 @@ RUN mkdir -p /opt/dynamo/bindings/wheels && \
RUN uv pip install /workspace/dist/ai_dynamo_runtime*cp312*.whl && \
uv pip install /workspace/dist/ai_dynamo*any.whl
RUN uv pip install /workspace/benchmarks
# Copy launch banner
RUN --mount=type=bind,source=./container/launch_message.txt,target=/workspace/launch_message.txt \
sed '/^#\s/d' /workspace/launch_message.txt > ~/.launch_screen && \
...
...
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