Fix container

This commit is contained in:
henryruhs
2025-10-02 10:14:07 +02:00
parent 25489575a6
commit 9dd0ae5800
+6 -1
View File
@@ -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