Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -13,7 +13,8 @@ USER user
|
|
| 13 |
|
| 14 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 15 |
|
| 16 |
-
RUN pip
|
|
|
|
| 17 |
|
| 18 |
COPY --chown=user:user . /code
|
| 19 |
|
|
|
|
| 13 |
|
| 14 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 15 |
|
| 16 |
+
RUN pip install pypandoc
|
| 17 |
+
RUN pip install pypandoc-binary
|
| 18 |
|
| 19 |
COPY --chown=user:user . /code
|
| 20 |
|