langchain-ai / langgraph-studio

Desktop app for prototyping and debugging LangGraph applications locally.
https://studio.langchain.com
1.97k stars 131 forks source link

Multiple images created for the same project #82

Closed henryf3 closed 3 months ago

henryf3 commented 3 months ago

I am running LangGraph Studio v0.0.12 and Docker Desktop 4.33.0, but everytime I run my project it creates a new docker image, causing my docker disk space to be filled too quickly. Is it an intended behaviour? or am I missing some configuration to not create new docker images every time? image

dqbd commented 3 months ago

Hello @henryf3! This will be addressed with the next update. In the meantime, you can use docker system prune to get rid of dangling images

dqbd commented 3 months ago

Should be resolved in 0.0.13!