Spaces:
Sleeping
Sleeping
Update dockerfile
Browse files- dockerfile +3 -0
dockerfile
CHANGED
@@ -11,6 +11,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
11 |
libxext6 \
|
12 |
&& rm -rf /var/lib/apt/lists/*
|
13 |
|
|
|
|
|
|
|
14 |
# Copy the requirements file into the container
|
15 |
COPY requirements.txt .
|
16 |
|
|
|
11 |
libxext6 \
|
12 |
&& rm -rf /var/lib/apt/lists/*
|
13 |
|
14 |
+
# Verify poppler installation
|
15 |
+
RUN which pdftoppm
|
16 |
+
|
17 |
# Copy the requirements file into the container
|
18 |
COPY requirements.txt .
|
19 |
|