We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fe7a8 commit 31ebf6aCopy full SHA for 31ebf6a
build.py
@@ -1282,10 +1282,6 @@ def create_dockerfile_linux(
1282
pip3 install --no-cache-dir grpcio-tools==1.64.0 && \\
1283
pip3 uninstall -y setuptools
1284
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/*
1289
"""
1290
with open(os.path.join(ddir, dockerfile_name), "w") as dfile:
1291
dfile.write(df)
0 commit comments