Spaces:
Sleeping
Sleeping
Commit
·
0037ca7
1
Parent(s):
2ba2279
Pin huggingface_hub==0.20.3 for HfFolder compatibility
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -13,6 +13,7 @@ COPY requirements.txt .
|
|
| 13 |
|
| 14 |
# Install Python dependencies with specific compatible versions
|
| 15 |
RUN pip install --no-cache-dir \
|
|
|
|
| 16 |
gradio==4.36.0 \
|
| 17 |
tensorflow==2.17.0 \
|
| 18 |
numpy>=1.24.0 \
|
|
|
|
| 13 |
|
| 14 |
# Install Python dependencies with specific compatible versions
|
| 15 |
RUN pip install --no-cache-dir \
|
| 16 |
+
huggingface_hub==0.20.3 \
|
| 17 |
gradio==4.36.0 \
|
| 18 |
tensorflow==2.17.0 \
|
| 19 |
numpy>=1.24.0 \
|