From 8de78010ce7bdc923a759ee5eff38113625cff82 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Wed, 30 Oct 2024 21:51:59 +0100 Subject: [PATCH] Revert to Python 3.10 --- Dockerfile.cpu | 2 +- Dockerfile.cuda | 2 +- Dockerfile.rocm | 2 +- Dockerfile.tensorrt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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