Spaces:
Sleeping
Sleeping
Commit ·
10048b6
1
Parent(s): 40ab428
Switch to gradio 5.6.0 for better compatibility
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -14,8 +14,7 @@ COPY requirements.txt .
|
|
| 14 |
# Install Python dependencies with specific compatible versions
|
| 15 |
RUN pip install --no-cache-dir \
|
| 16 |
huggingface_hub==0.20.3 \
|
| 17 |
-
|
| 18 |
-
gradio==4.36.0 \
|
| 19 |
tensorflow-cpu==2.17.0 \
|
| 20 |
numpy>=1.24.0 \
|
| 21 |
Pillow>=10.0.0
|
|
|
|
| 14 |
# Install Python dependencies with specific compatible versions
|
| 15 |
RUN pip install --no-cache-dir \
|
| 16 |
huggingface_hub==0.20.3 \
|
| 17 |
+
gradio==5.6.0 \
|
|
|
|
| 18 |
tensorflow-cpu==2.17.0 \
|
| 19 |
numpy>=1.24.0 \
|
| 20 |
Pillow>=10.0.0
|