Skip to content

Commit adc0cc0

Browse files
ci: fix the docker container build to include the /app folder (#759)
1 parent a701b41 commit adc0cc0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dockerfile/Dockerfile.triton.trt_llm_backend

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,3 +233,10 @@ COPY --from=tensorrt_llm_build /workspace/tensorrt_llm/build/tensorrt_llm*whl .
233233
RUN pip3 install --no-cache-dir tensorrt_llm*.whl \
234234
&& rm -f tensorrt_llm*.whl
235235

236+
# Copying the Tensorrt LLM scripts and applications
237+
WORKDIR /app
238+
COPY --from=tensorrt_llm_build /workspace/tensorrt_llm/triton_backend/scripts scripts
239+
COPY --from=tensorrt_llm_build /workspace/tensorrt_llm/triton_backend/all_models all_models
240+
COPY --from=tensorrt_llm_build /workspace/tensorrt_llm/triton_backend/inflight_batcher_llm/client client
241+
COPY --from=tensorrt_llm_build /workspace/tensorrt_llm/triton_backend/tools tools
242+
COPY --from=tensorrt_llm_build /workspace/tensorrt_llm/examples examples

0 commit comments

Comments
 (0)