We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2548957 commit 9dd0ae5Copy full SHA for 9dd0ae5
Dockerfile.rocm
@@ -1,4 +1,4 @@
1
-FROM rocm/dev-ubuntu-24.04:6.4.4-complete
+FROM rocm/dev-ubuntu-24.04:6.4.4
2
3
ARG FACEFUSION_VERSION=3.4.1
4
ENV GRADIO_SERVER_NAME=0.0.0.0
@@ -8,6 +8,11 @@ WORKDIR /facefusion
8
9
RUN apt-get update
10
11
+RUN apt-get install rocblas -y
12
+RUN apt-get install hipblas -y
13
+RUN apt-get install miopen-hip -y
14
+RUN apt-get install hipfft -y
15
+
16
RUN apt-get install python3.12 -y
17
RUN apt-get install python-is-python3 -y
18
RUN apt-get install pip -y
0 commit comments