Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1282,10 +1282,6 @@ def create_dockerfile_linux(
pip3 install --no-cache-dir grpcio-tools==1.64.0 && \\
pip3 uninstall -y setuptools
ENV LD_LIBRARY_PATH=/usr/local/tensorrt/lib/:/opt/tritonserver/backends/tensorrtllm:$LD_LIBRARY_PATH

RUN apt-get update && apt-get install -y --no-install-recommends \
Comment thread
dmitry-tokarev-nv marked this conversation as resolved.
libprotobuf-dev \
&& rm -rf /var/lib/apt/lists/*
"""
with open(os.path.join(ddir, dockerfile_name), "w") as dfile:
dfile.write(df)
Expand Down
Loading