Report-Generator / Dockerfile

Commit History

fix: switch to bullseye base to resolve wkhtmltox dependencies
fb43ab0

t commited on

Fix Dockerfile: Install proper dependencies for wkhtmltox\n\n- Added xfonts-base and xfonts-75dpi which are required by wkhtmltox\n- Used apt-get install -f to fix dependency issues during installation\n- This should resolve the dependency problems preventing wkhtmltox from installing
b50abf7

t Qwen-Coder commited on

Fix Dockerfile: Add wget to install wkhtmltopdf\n\n- Added wget to the list of packages to install\n- This enables downloading the wkhtmltopdf package from GitHub\n- Fixes the 'wget: not found' error during build
18acfd2

t Qwen-Coder commited on

Fix Dockerfile: Correct package name for libjpeg\n\n- Changed libjpeg-turbo8 to libjpeg62-turbo which is available in Ubuntu repos\n- This resolves the build failure when installing wkhtmltopdf dependencies
8cb276d

t Qwen-Coder commited on

Fix wkhtmltopdf dependency issue\n\n- Added wkhtmltopdf installation to Dockerfile to resolve imgkit dependency\n- Installed required libraries for wkhtmltopdf to function properly\n- This fixes the 'which wkhtmltoimage' error in neetprep module
92ef226

t Qwen-Coder commited on

Upload Dockerfile with huggingface_hub
0a9b593

Jaimodiji commited on

Upload Dockerfile with huggingface_hub
39138b5

Jaimodiji commited on

Upload folder using huggingface_hub
c001f24

Jaimodiji commited on