Skip to content

Commit da6d4bb

Browse files
authored
Remove additional installation (#8480)
1 parent 33b6a14 commit da6d4bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1505,7 +1505,10 @@ def dockerfile_prepare_container_linux(argmap, backends, enable_gpu, target_mach
15051505
ENV PYTHONPATH=/opt/tritonserver/backends/dali/wheel/dali:$PYTHONPATH
15061506
"""
15071507

1508-
if target_platform() not in ["igpu", "windows", "rhel"]:
1508+
if (
1509+
target_platform() not in ["igpu", "windows", "rhel"]
1510+
and "tensorrtllm" not in backends
1511+
):
15091512
repo_arch = "sbsa" if target_machine == "aarch64" else "x86_64"
15101513
df += f"""
15111514
RUN curl -o /tmp/cuda-keyring.deb \\

0 commit comments

Comments
 (0)