Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -18,6 +18,7 @@ RUN pip3 install --upgrade pip
|
|
| 18 |
RUN pip3 install -r requirements.txt
|
| 19 |
RUN python -m spacy download en_core_web_sm
|
| 20 |
RUN python -m unidic download
|
|
|
|
| 21 |
|
| 22 |
EXPOSE 8501
|
| 23 |
|
|
|
|
| 18 |
RUN pip3 install -r requirements.txt
|
| 19 |
RUN python -m spacy download en_core_web_sm
|
| 20 |
RUN python -m unidic download
|
| 21 |
+
RUN pip install 'markitdown[all]'
|
| 22 |
|
| 23 |
EXPOSE 8501
|
| 24 |
|