Skip to content

Commit

Permalink
Add tensorrt_llm libs to LD_LIBRARY_PATH (#1988)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-sk authored May 29, 2024
1 parent 00de90c commit bdf6420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serving/docker/tensorrt-llm.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ENV DJL_CACHE_DIR=/tmp/.djl.ai
ENV HF_HOME=/tmp/.cache/huggingface
ENV PYTORCH_KERNEL_CACHE_PATH=/tmp/.cache
ENV BITSANDBYTES_NOWELCOME=1
ENV LD_LIBRARY_PATH=/opt/tritonserver/lib:/usr/local/lib/python${python_version}/dist-packages/tensorrt_libs:${LD_LIBRARY_PATH}
ENV LD_LIBRARY_PATH=/opt/tritonserver/lib:/usr/local/lib/python${python_version}/dist-packages/tensorrt_libs:/usr/local/lib/python${python_version}/dist-packages/tensorrt_llm/libs/:${LD_LIBRARY_PATH}
ENV SERVING_FEATURES=trtllm

ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh"]
Expand Down

0 comments on commit bdf6420

Please sign in to comment.