rajsecrets0 commited on
Commit
f98f285
·
verified ·
1 Parent(s): 4821bc7

Update dockerfile

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