".github/vscode:/vscode.git/clone" did not exist on "e094a2db867964ef47a9bf74a439b73e975c498e"
Unverified Commit 8941db87 authored by Ryan McCormick's avatar Ryan McCormick Committed by GitHub
Browse files

build: Fix 'uv: command not found' in TRTLLM build (#1256)

parent 5a30923f
...@@ -166,8 +166,7 @@ RUN [ -f /etc/pip/constraint.txt ] && : > /etc/pip/constraint.txt || true && \ ...@@ -166,8 +166,7 @@ RUN [ -f /etc/pip/constraint.txt ] && : > /etc/pip/constraint.txt || true && \
ARG GENAI_PERF_VERSION ARG GENAI_PERF_VERSION
# Install genai-perf for benchmarking # Install genai-perf for benchmarking
RUN pip install genai-perf==$GENAI_PERF_VERSION
RUN uv pip install genai-perf==$GENAI_PERF_VERSION
# Install test dependencies # Install test dependencies
RUN --mount=type=bind,source=./container/deps/requirements.test.txt,target=/tmp/requirements.txt \ RUN --mount=type=bind,source=./container/deps/requirements.test.txt,target=/tmp/requirements.txt \
......
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