Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y libgl1-mesa-glx
|
|
| 8 |
# Install Python packages
|
| 9 |
COPY requirements.txt .
|
| 10 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 11 |
-
|
| 12 |
# Copy app files
|
| 13 |
COPY . .
|
| 14 |
|
|
|
|
| 8 |
# Install Python packages
|
| 9 |
COPY requirements.txt .
|
| 10 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 11 |
+
RUN pip install python-multipart
|
| 12 |
# Copy app files
|
| 13 |
COPY . .
|
| 14 |
|