No description
Find a file
Viktor Barzin 7e05b3c971
Parallelise Dockerfile stages and enable CI layer caching
Split runtime apt-get into a separate stage so BuildKit runs it
concurrently with the builder's apt-get + pip install. Add cache_from
to the Drone CI API build step to reuse layers from the previous image.
2026-02-07 11:06:35 +00:00
.github/workflows adding ruff auto check for pull requests as well as fixing all ruff errors (#1) 2025-09-14 19:40:18 +01:00
crawler Parallelise Dockerfile stages and enable CI layer caching 2026-02-07 11:06:35 +00:00
immoweb reduce size of json by pulling interesting fields above instead of relying on the entire thing 2025-06-09 21:46:33 +00:00
vqa adding ruff auto check for pull requests as well as fixing all ruff errors (#1) 2025-09-14 19:40:18 +01:00
.drone.yml Parallelise Dockerfile stages and enable CI layer caching 2026-02-07 11:06:35 +00:00
.gitignore Add runtime artifacts to .gitignore 2026-02-06 21:04:08 +00:00