We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5b242 commit 6aa2153Copy full SHA for 6aa2153
Dockerfile.tensorrt
@@ -14,7 +14,7 @@ RUN apt-get install pip -y
14
RUN apt-get install git -y
15
RUN apt-get install curl -y
16
RUN apt-get install ffmpeg -y
17
-RUN pip install tensorrt==10.9.0.34 --extra-index-url https://pypi.nvidia.com
+RUN pip install tensorrt==10.12.0.36 --extra-index-url https://pypi.nvidia.com
18
19
RUN git clone https://github.com/facefusion/facefusion.git --branch ${FACEFUSION_VERSION} --single-branch .
20
RUN python install.py --onnxruntime cuda --skip-conda
0 commit comments