Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
8941db87
".github/vscode:/vscode.git/clone" did not exist on "e094a2db867964ef47a9bf74a439b73e975c498e"
Unverified
Commit
8941db87
authored
May 29, 2025
by
Ryan McCormick
Committed by
GitHub
May 28, 2025
Browse files
build: Fix 'uv: command not found' in TRTLLM build (#1256)
parent
5a30923f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
container/Dockerfile.tensorrt_llm
container/Dockerfile.tensorrt_llm
+1
-2
No files found.
container/Dockerfile.tensorrt_llm
View file @
8941db87
...
@@ -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 \
...
...
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