Commit 0db2e6c8 authored by Piotr Marcinkiewicz's avatar Piotr Marcinkiewicz Committed by GitHub
Browse files

Update Dockerfile to include genai-perf hot fix (#276)


Signed-off-by: default avatarPiotr Marcinkiewicz <piotrm@nvidia.com>
parent 85535ba0
......@@ -69,7 +69,8 @@ RUN find /opt/tritonserver/python -maxdepth 1 -type f -name \
"tritonserver-*.whl" | xargs -I {} pip3 install --force-reinstall --upgrade {}[all]
# 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"
# Backend & Framework Specific Installation
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment