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 7dff5ca commit 52044a1Copy full SHA for 52044a1
dockerfile/Dockerfile.triton.trt_llm_backend
@@ -144,7 +144,8 @@ RUN git-lfs install \
144
&& git clone --single-branch --recurse-submodules --depth=1 -b ${TENSORRTLLM_REPO_TAG} ${TENSORRTLLM_REPO} tensorrt_llm
145
146
RUN pip3 install --no-cache-dir polygraphy==0.49.9 mpi4py==3.1.5 cmake==4.0.3 ninja \
147
- && apt-get install -y pkg-config # needed for TRTLLM
+ && apt-get update \
148
+ && apt-get install -y pkg-config
149
ENV CMAKE_POLICY_VERSION_MINIMUM=3.5
150
151
RUN cd tensorrt_llm && \
0 commit comments