Aktualisieren von Dockerfile.rocm

This commit is contained in:
Henry Ruhs
2025-10-02 00:26:41 +02:00
committed by GitHub
parent e6722b23d8
commit 26d5419026
+1 -3
View File
@@ -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