From 9dd0ae58004175bfd94335693a021304c0fae791 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Thu, 2 Oct 2025 10:14:07 +0200 Subject: [PATCH] Fix container --- Dockerfile.rocm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile.rocm b/Dockerfile.rocm index 552cbdd..21982a0 100644 --- a/Dockerfile.rocm +++ b/Dockerfile.rocm @@ -1,4 +1,4 @@ -FROM rocm/dev-ubuntu-24.04:6.4.4-complete +FROM rocm/dev-ubuntu-24.04:6.4.4 ARG FACEFUSION_VERSION=3.4.1 ENV GRADIO_SERVER_NAME=0.0.0.0 @@ -8,6 +8,11 @@ WORKDIR /facefusion RUN apt-get update +RUN apt-get install rocblas -y +RUN apt-get install hipblas -y +RUN apt-get install miopen-hip -y +RUN apt-get install hipfft -y + RUN apt-get install python3.12 -y RUN apt-get install python-is-python3 -y RUN apt-get install pip -y