ar08 commited on
Commit
9295ca5
·
verified ·
1 Parent(s): 40ffc10

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
-
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
+ RUN pip install torch
17
  RUN pip3 install -r requirements.txt
18
 
19
  CMD ["python3","app.py","-H","0.0.0.0","-p","7860"]