E-slam commited on
Commit
0c923f1
·
verified ·
1 Parent(s): d01f140

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 show uvicorn
 
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