Spaces:
Running
Running
Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -2,7 +2,7 @@ FROM python:3.11-slim
|
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
|
| 5 |
-
RUN pip install --no-cache-dir gradio=
|
| 6 |
|
| 7 |
COPY . .
|
| 8 |
|
|
|
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
|
| 5 |
+
RUN pip install --no-cache-dir "gradio>=5.0,<6.0"
|
| 6 |
|
| 7 |
COPY . .
|
| 8 |
|