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
0db2e6c8
Commit
0db2e6c8
authored
Feb 26, 2025
by
Piotr Marcinkiewicz
Committed by
GitHub
Feb 26, 2025
Browse files
Update Dockerfile to include genai-perf hot fix (#276)
Signed-off-by:
Piotr Marcinkiewicz
<
piotrm@nvidia.com
>
parent
85535ba0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
container/Dockerfile
container/Dockerfile
+2
-1
No files found.
container/Dockerfile
View file @
0db2e6c8
...
@@ -69,7 +69,8 @@ RUN find /opt/tritonserver/python -maxdepth 1 -type f -name \
...
@@ -69,7 +69,8 @@ RUN find /opt/tritonserver/python -maxdepth 1 -type f -name \
"tritonserver-*.whl"
| xargs
-I
{}
pip3
install
--force-reinstall
--upgrade
{}[
all]
"tritonserver-*.whl"
| xargs
-I
{}
pip3
install
--force-reinstall
--upgrade
{}[
all]
# GENAI Perf Install
# GENAI Perf Install
ARG
GENAI_PERF_TAG="r25.01"
# TODO: Move to tag when fix for genai-perf will be released
ARG
GENAI_PERF_TAG="25d0188713adc47868d6b3f22426375237a90529"
RUN
pip
install
"git+https://github.com/triton-inference-server/perf_analyzer.git@
${
GENAI_PERF_TAG
}
#subdirectory=genai-perf"
RUN
pip
install
"git+https://github.com/triton-inference-server/perf_analyzer.git@
${
GENAI_PERF_TAG
}
#subdirectory=genai-perf"
# Backend & Framework Specific Installation
# Backend & Framework Specific Installation
...
...
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