Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
28f3b1bb
Commit
28f3b1bb
authored
Mar 11, 2025
by
Piotr Marcinkiewicz
Committed by
GitHub
Mar 11, 2025
Browse files
fix: Include GAP hot fix in VLLM NIXL container (#90)
parent
cc086811
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
container/Dockerfile.vllm_nixl
container/Dockerfile.vllm_nixl
+1
-1
No files found.
container/Dockerfile.vllm_nixl
View file @
28f3b1bb
...
...
@@ -170,7 +170,7 @@ RUN --mount=type=bind,source=./container/deps/,target=/tmp/deps \
bash /tmp/deps/vllm/install.sh --patch /tmp/deps/vllm/${VLLM_PATCH} --ref ${VLLM_REF} --install-cmd "uv pip install --editable" --use-precompiled --installation-dir /opt/vllm
# Install genai-perf for benchmarking
ARG GENAI_PERF_TAG="
r
25
.
01"
ARG GENAI_PERF_TAG="25
d
01
88713adc47868d6b3f22426375237a90529
"
RUN uv pip install "git+https://github.com/triton-inference-server/perf_analyzer.git@${GENAI_PERF_TAG}#subdirectory=genai-perf"
# Install test dependencies
...
...
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