Spaces:
Sleeping
Sleeping
nam pham
commited on
Commit
·
2438f4f
1
Parent(s):
03a51ed
fix: miss lib
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -38,6 +38,9 @@ USER user
|
|
| 38 |
ENV VIRTUAL_ENV=/app/.venv \
|
| 39 |
PATH="/app/.venv/bin:$PATH"
|
| 40 |
|
|
|
|
|
|
|
|
|
|
| 41 |
# Install spaCy model as user
|
| 42 |
RUN python -m spacy download en_core_web_sm
|
| 43 |
|
|
|
|
| 38 |
ENV VIRTUAL_ENV=/app/.venv \
|
| 39 |
PATH="/app/.venv/bin:$PATH"
|
| 40 |
|
| 41 |
+
# Install additional dependencies
|
| 42 |
+
RUN pip install python-multipart
|
| 43 |
+
|
| 44 |
# Install spaCy model as user
|
| 45 |
RUN python -m spacy download en_core_web_sm
|
| 46 |
|