Skip to content

Commit f4e0aef

Browse files
committed
Update images
1 parent 4b4961c commit f4e0aef

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile.rocm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rocm/dev-ubuntu-24.04:6.2
1+
FROM rocm/dev-ubuntu-24.04:6.4
22

33
ARG FACEFUSION_VERSION=3.2.0
44
ENV GRADIO_SERVER_NAME=0.0.0.0

Dockerfile.tensorrt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nvidia/cuda:12.8.0-cudnn-runtime-ubuntu24.04
1+
FROM nvidia/cuda:12.8.1-cudnn-runtime-ubuntu24.04
22

33
ARG FACEFUSION_VERSION=3.2.0
44
ENV GRADIO_SERVER_NAME=0.0.0.0
@@ -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.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

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)