File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM rocm/dev-ubuntu-24.04:6.2
1+ FROM rocm/dev-ubuntu-24.04:6.4
22
33ARG FACEFUSION_VERSION=3.2.0
44ENV GRADIO_SERVER_NAME=0.0.0.0
Original file line number Diff line number Diff line change 1- FROM nvidia/cuda:12.8.0 -cudnn-runtime-ubuntu24.04
1+ FROM nvidia/cuda:12.8.1 -cudnn-runtime-ubuntu24.04
22
33ARG FACEFUSION_VERSION=3.2.0
44ENV GRADIO_SERVER_NAME=0.0.0.0
@@ -14,7 +14,7 @@ RUN apt-get install pip -y
1414RUN apt-get install git -y
1515RUN apt-get install curl -y
1616RUN apt-get install ffmpeg -y
17- RUN pip install tensorrt==10.8 .0.43 --extra-index-url https://pypi.nvidia.com
17+ RUN pip install tensorrt==10.9 .0.34 --extra-index-url https://pypi.nvidia.com
1818
1919RUN git clone https://github.com/facefusion/facefusion.git --branch ${FACEFUSION_VERSION} --single-branch .
2020RUN python install.py --onnxruntime cuda --skip-conda
You can’t perform that action at this time.
0 commit comments