Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -12,8 +12,5 @@ COPY . /app/
|
|
12 |
RUN pip install --upgrade pip
|
13 |
RUN pip install torch
|
14 |
RUN pip install -r requirements.txt
|
15 |
-
RUN pip install git+https://github.com/sajjjadayobi/FaceLib.git
|
16 |
-
RUN mkdir checkpoints
|
17 |
-
RUN wget -O ./checkpoints/inswapper_128.onnx https://huggingface.co/ashleykleynhans/inswapper/resolve/main/inswapper_128.onnx
|
18 |
|
19 |
CMD ["python3", "app.py", "-H", "0.0.0.0", "-p", "7860"]
|
|
|
12 |
RUN pip install --upgrade pip
|
13 |
RUN pip install torch
|
14 |
RUN pip install -r requirements.txt
|
|
|
|
|
|
|
15 |
|
16 |
CMD ["python3", "app.py", "-H", "0.0.0.0", "-p", "7860"]
|