-
When running langgraph test (or up) the docker build fails at RUN pip install -c /api/constraints.txt -e /deps/*
I do not have a deps folder in my project. Here is the langgraph.json
Am I supposed to have local deps, or is it possible to modify the docker file? |
Beta Was this translation helpful? Give feedback.
Answered by
vbarda
Jul 2, 2024
Replies: 1 comment 1 reply
-
@Nortus222 try running this
(added "." because you need to add local dependencies for module that contains the graph) let me know if you have any other issues! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Nortus222
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Nortus222 try running this
(added "." because you need to add local dependencies for module that contains the graph)
let me know if you have any other issues!