Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -12,6 +12,9 @@ RUN pip install fastapi uvicorn gradio_client
|
|
| 12 |
|
| 13 |
RUN pip install python-multipart
|
| 14 |
|
|
|
|
|
|
|
|
|
|
| 15 |
# Expose FastAPI default port
|
| 16 |
EXPOSE 7860
|
| 17 |
|
|
|
|
| 12 |
|
| 13 |
RUN pip install python-multipart
|
| 14 |
|
| 15 |
+
RUN pip install gradio
|
| 16 |
+
|
| 17 |
+
|
| 18 |
# Expose FastAPI default port
|
| 19 |
EXPOSE 7860
|
| 20 |
|