From 386bacb903d8ae9ce7bd9d7e74bdaee466442be7 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Tue, 10 Oct 2023 20:27:05 +0200 Subject: [PATCH] Update to 1.3.1 --- Dockerfile.cpu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.cpu b/Dockerfile.cpu index b6ab276..34e6c20 100644 --- a/Dockerfile.cpu +++ b/Dockerfile.cpu @@ -10,4 +10,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 --torch cpu --onnxruntime cpu +RUN python install.py --torch cpu --onnxruntime default