mirror of
https://github.com/facefusion/facefusion-docker.git
synced 2026-04-23 17:45:56 +02:00
Add missing curl to Dockerfiles
This commit is contained in:
@@ -6,6 +6,7 @@ ENV GRADIO_SERVER_NAME=0.0.0.0
|
||||
WORKDIR /facefusion
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install curl -y
|
||||
RUN apt-get install ffmpeg -y
|
||||
|
||||
RUN git clone https://github.com/facefusion/facefusion.git --branch $FACEFUSION_VERSION --single-branch .
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN apt-get install python3.10 -y
|
||||
RUN apt-get install python-is-python3 -y
|
||||
RUN apt-get install pip -y
|
||||
RUN apt-get install git -y
|
||||
RUN apt-get install curl -y
|
||||
RUN apt-get install ffmpeg -y
|
||||
|
||||
RUN git clone https://github.com/facefusion/facefusion.git --branch $FACEFUSION_VERSION --single-branch .
|
||||
|
||||
@@ -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