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 python:3.12
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
@@ -12,4 +12,4 @@ RUN apt-get install curl -y
RUN apt-get install ffmpeg -y
RUN git clone https://github.com/facefusion/facefusion.git --branch ${FACEFUSION_VERSION} --single-branch .
RUN python install.py --onnxruntime default --skip-conda
RUN python install.py default --skip-conda