treygrainger / ai-powered-search

The codebase for the book "AI-Powered Search" (Manning Publications, 2024)
https://aipoweredsearch.com
152 stars 37 forks source link

Move copying of notebooks to the later stage so build happens faster #117

Closed alexott closed 6 months ago

alexott commented 6 months ago

Right now, when notebooks are modified, the rest of the layers are invalidated so it will require to rebuild all Python packages. By moving copying to the later point we'll get layers reuse