We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbaa1a commit a74cbb5Copy full SHA for a74cbb5
TensorRT-LLM
docker/Dockerfile
@@ -1,5 +1,5 @@
1
# This argument allows you to override the base image with your own custom build of TensorRT or TensorRT-LLM
2
-ARG BASE_IMAGE=nvcr.io/nvidia/tensorrt:25.02-py3
+ARG BASE_IMAGE=nvcr.io/nvidia/tensorrt:25.03-py3
3
4
# Set this to false if your image already includes TensorRT-LLM
5
ARG INSTALL_TRTLLM=true
llgtrt/build.rs
@@ -22,4 +22,6 @@ fn main() {
22
println!("cargo:rustc-link-lib=nvinfer_plugin_tensorrt_llm");
23
println!("cargo:rustc-link-lib=cuda");
24
println!("cargo:rustc-link-lib=cudart");
25
+
26
+ println!("cargo:rustc-link-lib=stdc++");
27
}
0 commit comments