Spaces:
Paused
Paused
Update Dockerfile
Browse filesUpdate with nothing, just for rebuilding
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -39,4 +39,4 @@ RUN chmod +x ./frpc_linux_amd64_v0.2
|
|
| 39 |
|
| 40 |
WORKDIR /facefusion
|
| 41 |
RUN python install.py --onnxruntime ${ONNUXRUNTIME} --skip-conda
|
| 42 |
-
CMD ["python", "run.py"]
|
|
|
|
| 39 |
|
| 40 |
WORKDIR /facefusion
|
| 41 |
RUN python install.py --onnxruntime ${ONNUXRUNTIME} --skip-conda
|
| 42 |
+
CMD ["python", "run.py"]
|