Spaces:
Sleeping
Sleeping
add python-multipart for form/file uploads
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
| 5 |
&& rm -rf /var/lib/apt/lists/*
|
| 6 |
|
| 7 |
RUN pip install --no-cache-dir \
|
| 8 |
-
fastapi uvicorn pydantic \
|
| 9 |
numpy pandas scipy networkx scikit-learn \
|
| 10 |
transformers \
|
| 11 |
matplotlib pillow requests beautifulsoup4
|
|
|
|
| 5 |
&& rm -rf /var/lib/apt/lists/*
|
| 6 |
|
| 7 |
RUN pip install --no-cache-dir \
|
| 8 |
+
fastapi uvicorn pydantic python-multipart \
|
| 9 |
numpy pandas scipy networkx scikit-learn \
|
| 10 |
transformers \
|
| 11 |
matplotlib pillow requests beautifulsoup4
|