Bump version

This commit is contained in:
henryruhs
2026-08-05 23:30:59 +02:00
parent 9b38e60e49
commit 34c057dc9e
6 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
FROM nvidia/cuda:12.9.1-cudnn-runtime-ubuntu24.04
ARG FACEFUSION_VERSION=3.8.0
ARG FACEFUSION_VERSION=3.8.1
ENV GRADIO_SERVER_NAME=0.0.0.0
ENV PIP_BREAK_SYSTEM_PACKAGES=1
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/python3.12/dist-packages/tensorrt_libs
@@ -19,4 +19,4 @@ RUN apt-get install ffmpeg -y
RUN pip install tensorrt==10.12.0.36 --extra-index-url https://pypi.nvidia.com
RUN git clone https://github.com/facefusion/facefusion.git --branch ${FACEFUSION_VERSION} --single-branch .
RUN python install.py cuda --skip-conda
RUN python install.py cuda@12 --skip-conda