latitude-dev / latitude-llm

Latitude is the open-source prompt engineering platform to build, evaluate, and refine your prompts with AI
https://latitude.so
GNU Lesser General Public License v3.0
802 stars 51 forks source link

Remove redundant apk update calls in Dockerfiles #464

Closed PeterDaveHello closed 2 weeks ago

PeterDaveHello commented 2 weeks ago

Removed unnecessary apk update commands in all Dockerfiles. The apk add commands already utilize the --no-cache option, making the update step superfluous and ensuring the latest packages are used without maintaining a local cache. An additional apk update in another Docker image layer will just make the image larger with no benefits.

github-actions[bot] commented 2 weeks ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

PeterDaveHello commented 2 weeks ago

I have read the CLA Document and I hereby sign the CLA

geclos commented 2 weeks ago

thanks!