There was an error while loading. Please reload this page.
1 parent a4bd15b commit 304e64aCopy full SHA for 304e64a
Popular_Models_Guide/StableDiffusion/docker/Dockerfile
@@ -29,7 +29,7 @@ ARG BASE_IMAGE_TAG=24.01-py3
29
30
FROM ${BASE_IMAGE}:${BASE_IMAGE_TAG} as tritonserver-stable-diffusion
31
32
-RUN pip install --pre --upgrade --extra-index-url https://pypi.nvidia.com tensorrt
+RUN pip install --pre --upgrade --extra-index-url https://pypi.nvidia.com tensorrt==9.2.0.post12.dev5
33
34
RUN git clone https://github.com/NVIDIA/TensorRT.git -b release/9.2 --single-branch /tmp/TensorRT
35
0 commit comments