Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -20,7 +20,7 @@ COPY requirements.txt .
|
|
| 20 |
COPY app.py .
|
| 21 |
|
| 22 |
# Install Python dependencies
|
| 23 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
| 24 |
|
| 25 |
# Expose port
|
| 26 |
EXPOSE 7860
|
|
|
|
| 20 |
COPY app.py .
|
| 21 |
|
| 22 |
# Install Python dependencies
|
| 23 |
+
RUN pip install --no-cache-dir python-multipart -r requirements.txt
|
| 24 |
|
| 25 |
# Expose port
|
| 26 |
EXPOSE 7860
|