mirror of
https://github.com/facefusion/facefusion-docker.git
synced 2026-06-07 11:23:53 +02:00
Add missing curl to Dockerfiles
This commit is contained in:
@@ -7,6 +7,7 @@ ENV GRADIO_SERVER_NAME=0.0.0.0
|
||||
RUN apt-get update
|
||||
RUN apt-get install python3-dev -y
|
||||
RUN apt-get install git -y
|
||||
RUN apt-get install curl -y
|
||||
RUN apt-get install ffmpeg -y
|
||||
|
||||
RUN pip install numpy
|
||||
|
||||
Reference in New Issue
Block a user