Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -8,6 +8,7 @@ WORKDIR "app"
|
|
| 8 |
RUN mkdir -p /app/data
|
| 9 |
RUN chmod -R 777 /app/data
|
| 10 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 11 |
|
| 12 |
EXPOSE 5005
|
| 13 |
|
|
|
|
| 8 |
RUN mkdir -p /app/data
|
| 9 |
RUN chmod -R 777 /app/data
|
| 10 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 11 |
+
RUN pip install python-multipart
|
| 12 |
|
| 13 |
EXPOSE 5005
|
| 14 |
|