Spaces:
Paused
Paused
Change current directory's mode
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -15,6 +15,8 @@ RUN apt-get install ffmpeg -y
|
|
| 15 |
|
| 16 |
RUN git clone https://github.com/facefusion/facefusion.git --branch ${FACEFUSION_VERSION} --single-branch .
|
| 17 |
|
|
|
|
|
|
|
| 18 |
WORKDIR /facefusion
|
| 19 |
RUN python install.py --onnxruntime cuda-11.8 --skip-conda
|
| 20 |
CMD ["python", "run.py"]
|
|
|
|
| 15 |
|
| 16 |
RUN git clone https://github.com/facefusion/facefusion.git --branch ${FACEFUSION_VERSION} --single-branch .
|
| 17 |
|
| 18 |
+
RUN chmod -R 777 ./
|
| 19 |
+
|
| 20 |
WORKDIR /facefusion
|
| 21 |
RUN python install.py --onnxruntime cuda-11.8 --skip-conda
|
| 22 |
CMD ["python", "run.py"]
|