mirror of
https://github.com/facefusion/facefusion-docker.git
synced 2026-04-29 20:57:48 +02:00
Fix container
This commit is contained in:
+6
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user