Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -3
Dockerfile
CHANGED
|
@@ -65,7 +65,6 @@ COPY app.py .
|
|
| 65 |
COPY requirements_HF.txt .
|
| 66 |
|
| 67 |
RUN pip install --no-cache-dir -r requirements_HF.txt && \
|
| 68 |
-
pip install --no-cache-dir gradio ffmpeg-python dlib-bin basicsr
|
| 69 |
-
|
| 70 |
-
|
| 71 |
CMD ["python", "app.py"]
|
|
|
|
| 65 |
COPY requirements_HF.txt .
|
| 66 |
|
| 67 |
RUN pip install --no-cache-dir -r requirements_HF.txt && \
|
| 68 |
+
pip install --no-cache-dir gradio ffmpeg-python dlib-bin basicsr
|
| 69 |
+
|
|
|
|
| 70 |
CMD ["python", "app.py"]
|