Spaces:
Running
Running
Update Dockerfile to include poppler-utils and upgrade google-api-python-client to version 2.169.0
Browse files- Dockerfile +1 -1
- app/requirements.txt +1 -1
Dockerfile
CHANGED
@@ -12,7 +12,7 @@ RUN mkdir -p /app/cache && chmod -R 777 /app/cache
|
|
12 |
|
13 |
# Install dependencies
|
14 |
RUN apt-get update && \
|
15 |
-
apt-get install -y libgl1-mesa-glx tesseract-ocr
|
16 |
|
17 |
# Install requirements.txt
|
18 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
|
12 |
|
13 |
# Install dependencies
|
14 |
RUN apt-get update && \
|
15 |
+
apt-get install -y libgl1-mesa-glx tesseract-ocr poppler-utils
|
16 |
|
17 |
# Install requirements.txt
|
18 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
app/requirements.txt
CHANGED
@@ -43,7 +43,7 @@ fsspec==2025.2.0
|
|
43 |
gitdb==4.0.12
|
44 |
GitPython==3.1.44
|
45 |
google-api-core==2.24.1
|
46 |
-
google-api-python-client==2.
|
47 |
google-auth==2.38.0
|
48 |
google-auth-httplib2==0.2.0
|
49 |
google-auth-oauthlib==1.2.1
|
|
|
43 |
gitdb==4.0.12
|
44 |
GitPython==3.1.44
|
45 |
google-api-core==2.24.1
|
46 |
+
google-api-python-client==2.169.0
|
47 |
google-auth==2.38.0
|
48 |
google-auth-httplib2==0.2.0
|
49 |
google-auth-oauthlib==1.2.1
|