diff --git a/Dockerfile.cpu b/Dockerfile.cpu index 5de3b0d..1df552d 100644 --- a/Dockerfile.cpu +++ b/Dockerfile.cpu @@ -1,4 +1,4 @@ -FROM python:3.12 +FROM python:3.10 ARG FACEFUSION_VERSION=3.0.1 ENV GRADIO_SERVER_NAME=0.0.0.0 diff --git a/Dockerfile.cuda b/Dockerfile.cuda index d908fca..fdba166 100644 --- a/Dockerfile.cuda +++ b/Dockerfile.cuda @@ -6,7 +6,7 @@ ENV GRADIO_SERVER_NAME=0.0.0.0 WORKDIR /facefusion RUN apt-get update -RUN apt-get install python3.12 -y +RUN apt-get install python3.10 -y RUN apt-get install python-is-python3 -y RUN apt-get install pip -y RUN apt-get install git -y diff --git a/Dockerfile.rocm b/Dockerfile.rocm index 646ad52..8e1fb22 100644 --- a/Dockerfile.rocm +++ b/Dockerfile.rocm @@ -6,7 +6,7 @@ ENV GRADIO_SERVER_NAME=0.0.0.0 WORKDIR /facefusion RUN apt-get update -RUN apt-get install python3.12 -y +RUN apt-get install python3.10 -y RUN apt-get install python-is-python3 -y RUN apt-get install pip -y RUN apt-get install git -y diff --git a/Dockerfile.tensorrt b/Dockerfile.tensorrt index a7668e9..a41ee8b 100644 --- a/Dockerfile.tensorrt +++ b/Dockerfile.tensorrt @@ -6,7 +6,7 @@ ENV GRADIO_SERVER_NAME=0.0.0.0 WORKDIR /facefusion RUN apt-get update -RUN apt-get install python3.12 -y +RUN apt-get install python3.10 -y RUN apt-get install python-is-python3 -y RUN apt-get install pip -y RUN apt-get install git -y