fabriziosalmi / UglyFeed

Retrieve, aggregate, filter, evaluate, rewrite and serve RSS feeds using Large Language Models for fun, research and learning purposes.
GNU Affero General Public License v3.0
118 stars 3 forks source link

Lightweight docker image needed #19

Closed fabriziosalmi closed 3 months ago

fabriziosalmi commented 3 months ago

Describe the bug Docker image is +3.3GB compressed and up to 6GB uncompressed. It includes all libraries also for optional scripts (eval metrics scripts).

To Reproduce Steps to reproduce the behavior:

  1. Download official docker image from docker hub
  2. Check file size

Expected behavior It can be made smaller and, just if requested by user with a selectable option, download the full stuff (up to 6GB).

fabriziosalmi commented 3 months ago

Docker image is now automatically built and deployed to DockerHub on version updates. This helps me a lot in the goal to speed up testing, weird coding and experimenting. I postpone, or better, cancel this atm.

The use of the GitHub Actions workflows is preferred in those cases the user cannot download large files.