mirror of
https://github.com/facefusion/facefusion-docker.git
synced 2026-07-31 01:47:23 +02:00
Bump version
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user