Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 . .
|