Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -67,8 +67,7 @@ COPY requirements_HF.txt .
|
|
67 |
RUN pip install --no-cache-dir -r requirements_HF.txt && \
|
68 |
pip install --no-cache-dir ffmpeg-python dlib-bin basicsr
|
69 |
|
70 |
-
|
71 |
-
RUN pip install --no-cache-dir huggingface-hub==0.25.1
|
72 |
RUN pip install --no-cache-dir gradio==5.44.1
|
73 |
|
74 |
CMD ["python", "app.py"]
|
|
|
67 |
RUN pip install --no-cache-dir -r requirements_HF.txt && \
|
68 |
pip install --no-cache-dir ffmpeg-python dlib-bin basicsr
|
69 |
|
70 |
+
|
|
|
71 |
RUN pip install --no-cache-dir gradio==5.44.1
|
72 |
|
73 |
CMD ["python", "app.py"]
|