Skip to content

Commit dd72b6b

Browse files
committed
Update Dokerfile
1 parent 39653de commit dd72b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfile/Dockerfile.triton.trt_llm_backend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARG TORCH_VER=2.9.0a0+145a3a7bda.nv25.10
1717
ARG TORCHVISION_VER=0.24.0a0+094e7af5
1818

1919
ARG TENSORRTLLM_REPO=https://github.com/NVIDIA/TensorRT-LLM.git
20-
ARG TENSORRTLLM_REPO_TAG=v1.2.0rc2
20+
ARG TENSORRTLLM_REPO_TAG=release/1.0
2121
ARG TENSORRTLLM_VER=1.2.0rc2
2222

2323
FROM ${PYTORCH_IMAGE} AS pytorch_image

0 commit comments

Comments
 (0)