Spaces:
Paused
Paused
force downgrade huggingface-hub 0.13.4
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -69,5 +69,6 @@ RUN pip install --no-cache-dir -r requirements_HF.txt && \
|
|
69 |
|
70 |
|
71 |
RUN pip install --no-cache-dir gradio==5.44.1
|
|
|
72 |
|
73 |
CMD ["python", "app.py"]
|
|
|
69 |
|
70 |
|
71 |
RUN pip install --no-cache-dir gradio==5.44.1
|
72 |
+
RUN pip install --no-cache-dir huggingface-hub==0.13.4
|
73 |
|
74 |
CMD ["python", "app.py"]
|