Spaces:
Sleeping
Sleeping
Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -3,7 +3,7 @@ FROM python:3.11-slim
|
|
| 3 |
WORKDIR /app
|
| 4 |
|
| 5 |
RUN pip install --no-cache-dir \
|
| 6 |
-
gradio==
|
| 7 |
torch>=2.0.0 \
|
| 8 |
tokenizers>=0.15.0 \
|
| 9 |
huggingface_hub>=0.20.0
|
|
|
|
| 3 |
WORKDIR /app
|
| 4 |
|
| 5 |
RUN pip install --no-cache-dir \
|
| 6 |
+
gradio==4.44.1 \
|
| 7 |
torch>=2.0.0 \
|
| 8 |
tokenizers>=0.15.0 \
|
| 9 |
huggingface_hub>=0.20.0
|