Skip to content

Commit 6aa2153

Browse files
committed
Update TensorRT
1 parent 0f5b242 commit 6aa2153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.tensorrt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt-get install pip -y
1414
RUN apt-get install git -y
1515
RUN apt-get install curl -y
1616
RUN apt-get install ffmpeg -y
17-
RUN pip install tensorrt==10.9.0.34 --extra-index-url https://pypi.nvidia.com
17+
RUN pip install tensorrt==10.12.0.36 --extra-index-url https://pypi.nvidia.com
1818

1919
RUN git clone https://github.com/facefusion/facefusion.git --branch ${FACEFUSION_VERSION} --single-branch .
2020
RUN python install.py --onnxruntime cuda --skip-conda

0 commit comments

Comments
 (0)