randusertry commited on
Commit
c617f3a
·
verified ·
1 Parent(s): 3a47a7e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -15,6 +15,7 @@ WORKDIR /app
15
  COPY requirements.txt .
16
 
17
  RUN pip install --no-cache-dir -r requirements.txt
 
18
 
19
  # Copy app
20
  COPY . .
 
15
  COPY requirements.txt .
16
 
17
  RUN pip install --no-cache-dir -r requirements.txt
18
+ RUN pip install "markitdown[all]"
19
 
20
  # Copy app
21
  COPY . .