Closed hwchase17 closed 2 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?
@amsmith87 edit your langgraph.json
file to add dockerfile_lines
.
langgraph.json
: https://langchain-ai.github.io/langgraph/cloud/reference/cli/#configuration-fileShould be now included within the image now by default!
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