You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
6
6
7
7
##### Changed
8
8
-**Dockerfile**: Switched to using the official `python:3` base image instead of `debian:stable` for easier management of Python and `pip`.
9
-
-**Dependencies**: Installed system dependencies (`tesseract-ocr`, `ghostscript`, `libjpeg-dev`, `zlib1g-dev`) for better compatibility with Pillow and Tesseract OCR.
9
+
-**Dependencies**: Removed un-needed system dependencies.
10
10
-**Optimized Image**: Removed `python3-pip` installation step as it's pre-installed in the official `python:3` image, reducing complexity.
11
11
-**Improved Build**: Added a clean-up step to remove unnecessary apt cache to reduce image size.
12
12
-**Python Dependencies**: Upgraded `pip` to the latest version and used `pip install --no-cache-dir` for installing Python packages to reduce the final image size.
0 commit comments