Skip to content

[CLI] langgraph docker build errors #908

Answered by vbarda
Nortus222 asked this question in Q&A
Discussion options

You must be logged in to vote

@Nortus222 try running this

{
  "python_version": "3.12",
  "graphs": {
    "graph_c": "graph.py:graph_c"
  },
  "env": "./.env",
  "dependencies": [".", "langchain_openai"]
}

(added "." because you need to add local dependencies for module that contains the graph)

let me know if you have any other issues!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Nortus222
Comment options

Answer selected by Nortus222
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants