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