ar08 commited on
Commit
56010c6
·
verified ·
1 Parent(s): 97cc97a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ COPY . /app/
13
  RUN mkdir checkpoints
14
  RUN wget -O ./checkpoints/inswapper_128.onnx https://huggingface.co/ashleykleynhans/inswapper/resolve/main/inswapper_128.onnx
15
 
16
- RUN pip3 install basicsr==1.3.4.8
17
  RUN pip3 install -r requirements.txt
18
 
19
  CMD ["python3","app.py","-H","0.0.0.0","-p","7860"]
 
13
  RUN mkdir checkpoints
14
  RUN wget -O ./checkpoints/inswapper_128.onnx https://huggingface.co/ashleykleynhans/inswapper/resolve/main/inswapper_128.onnx
15
 
16
+
17
  RUN pip3 install -r requirements.txt
18
 
19
  CMD ["python3","app.py","-H","0.0.0.0","-p","7860"]