ar08 commited on
Commit
e0e1291
·
verified ·
1 Parent(s): 5856e1e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]