Bump version

This commit is contained in:
henryruhs
2026-06-30 21:58:29 +02:00
parent 1fc863f9de
commit 1754d8cae8
7 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
FROM nvidia/cuda:12.9.1-cudnn-runtime-ubuntu24.04
ARG FACEFUSION_VERSION=3.6.1
ARG FACEFUSION_VERSION=3.7.0
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 --onnxruntime cuda --skip-conda
RUN python install.py cuda --skip-conda