langchain-ai / langgraph-studio

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

Add git to LangGraph App Docker Image #73

Closed hwchase17 closed 2 months ago

hwchase17 commented 3 months ago

Problem: Pip packages which use Git fail to install complaining Git is not installed. Workaround: { "dockerfile_lines": [ "RUN apt-get update && apt-get install -y git", However, this incurs a startup cost to build each start of the app

amsmith87 commented 3 months ago

Thanks for the workaround! I'm having this issue as well -- where can I find the file that you edited to make these changes?

Glavin001 commented 3 months ago

@amsmith87 edit your langgraph.json file to add dockerfile_lines.

dqbd commented 2 months ago

Should be now included within the image now by default!