Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -17,7 +17,7 @@ WORKDIR /app
|
|
| 17 |
COPY app.py .
|
| 18 |
|
| 19 |
# Install Python dependencies
|
| 20 |
-
RUN pip install --no-cache-dir fastapi uvicorn
|
| 21 |
|
| 22 |
# HuggingFace Spaces port
|
| 23 |
EXPOSE 7860
|
|
|
|
| 17 |
COPY app.py .
|
| 18 |
|
| 19 |
# Install Python dependencies
|
| 20 |
+
RUN pip install --no-cache-dir fastapi uvicorn httpx
|
| 21 |
|
| 22 |
# HuggingFace Spaces port
|
| 23 |
EXPOSE 7860
|