From 26d5419026cbb806dd93b102182a699cd6ab329b Mon Sep 17 00:00:00 2001 From: Henry Ruhs Date: Thu, 2 Oct 2025 00:26:41 +0200 Subject: [PATCH] Aktualisieren von Dockerfile.rocm --- Dockerfile.rocm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile.rocm b/Dockerfile.rocm index 8a96e41..882e807 100644 --- a/Dockerfile.rocm +++ b/Dockerfile.rocm @@ -1,4 +1,4 @@ -FROM rocm/dev-ubuntu-24.04:6.4 +FROM rocm/dev-ubuntu-24.04:6.4.4 ARG FACEFUSION_VERSION=3.4.1 ENV GRADIO_SERVER_NAME=0.0.0.0 @@ -15,7 +15,5 @@ RUN apt-get install git -y RUN apt-get install curl -y RUN apt-get install ffmpeg -y -RUN apt-get install miopen-hip -y - RUN git clone https://github.com/facefusion/facefusion.git --branch ${FACEFUSION_VERSION} --single-branch . RUN python install.py --onnxruntime rocm --skip-conda