Skip to content

Commit 9dd0ae5

Browse files
committed
Fix container
1 parent 2548957 commit 9dd0ae5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Dockerfile.rocm

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rocm/dev-ubuntu-24.04:6.4.4-complete
1+
FROM rocm/dev-ubuntu-24.04:6.4.4
22

33
ARG FACEFUSION_VERSION=3.4.1
44
ENV GRADIO_SERVER_NAME=0.0.0.0
@@ -8,6 +8,11 @@ WORKDIR /facefusion
88

99
RUN apt-get update
1010

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+
1116
RUN apt-get install python3.12 -y
1217
RUN apt-get install python-is-python3 -y
1318
RUN apt-get install pip -y

0 commit comments

Comments
 (0)