Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -3,7 +3,7 @@ FROM python:3.10
|
|
| 3 |
RUN apt-get update && apt-get install -y git
|
| 4 |
|
| 5 |
RUN pip install --no-cache-dir \
|
| 6 |
-
gradio>=4.
|
| 7 |
pandas>=2.0.0 \
|
| 8 |
datasets>=2.16.0 \
|
| 9 |
huggingface_hub>=0.20.0 \
|
|
|
|
| 3 |
RUN apt-get update && apt-get install -y git
|
| 4 |
|
| 5 |
RUN pip install --no-cache-dir \
|
| 6 |
+
gradio>=4.44.0 \
|
| 7 |
pandas>=2.0.0 \
|
| 8 |
datasets>=2.16.0 \
|
| 9 |
huggingface_hub>=0.20.0 \
|