getmetal / motorhead

🧠 Motorhead is a memory and information retrieval server for LLMs.
https://getmetal.io
Apache License 2.0
843 stars 79 forks source link

Move `apt-get` to top of Dockerfile for better caching #76

Closed jacobwgillespie closed 1 year ago

jacobwgillespie commented 1 year ago

Small adjustment to move the apt-get above the COPY ./Cargo.lock ./Cargo.lock, so that it can be cached more often.