File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -233,3 +233,10 @@ COPY --from=tensorrt_llm_build /workspace/tensorrt_llm/build/tensorrt_llm*whl .
233233RUN 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
You can’t perform that action at this time.
0 commit comments