mirror of
https://github.com/facefusion/facefusion-docker.git
synced 2026-04-30 13:17:49 +02:00
Aktualisieren von Dockerfile.rocm
This commit is contained in:
+1
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user