Skip to content

Commit 31ebf6a

Browse files
authored
rollback: Reverting TensorRT-LLM Backend changes. (#8478)
1 parent 46fe7a8 commit 31ebf6a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,10 +1282,6 @@ def create_dockerfile_linux(
12821282
pip3 install --no-cache-dir grpcio-tools==1.64.0 && \\
12831283
pip3 uninstall -y setuptools
12841284
ENV LD_LIBRARY_PATH=/usr/local/tensorrt/lib/:/opt/tritonserver/backends/tensorrtllm:$LD_LIBRARY_PATH
1285-
1286-
RUN apt-get update && apt-get install -y --no-install-recommends \
1287-
libprotobuf-dev \
1288-
&& rm -rf /var/lib/apt/lists/*
12891285
"""
12901286
with open(os.path.join(ddir, dockerfile_name), "w") as dfile:
12911287
dfile.write(df)

0 commit comments

Comments
 (0)