Skip to content

Commit 8941db8

Browse files
authored
build: Fix 'uv: command not found' in TRTLLM build (#1256)
1 parent 5a30923 commit 8941db8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

container/Dockerfile.tensorrt_llm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,7 @@ RUN [ -f /etc/pip/constraint.txt ] && : > /etc/pip/constraint.txt || true && \
166166
ARG GENAI_PERF_VERSION
167167

168168
# Install genai-perf for benchmarking
169-
170-
RUN uv pip install genai-perf==$GENAI_PERF_VERSION
169+
RUN pip install genai-perf==$GENAI_PERF_VERSION
171170

172171
# Install test dependencies
173172
RUN --mount=type=bind,source=./container/deps/requirements.test.txt,target=/tmp/requirements.txt \

0 commit comments

Comments
 (0)