mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-24 16:42:24 +02:00
add support for pip
This commit is contained in:
@@ -82,6 +82,14 @@ def _get_pip_cleanup_lines(
|
||||
echo "Dependency resolution check failed. One or more installed packages are incompatible."; \
|
||||
echo "Pin compatible versions in your dependencies and try again."; \
|
||||
exit 1 \
|
||||
)"""
|
||||
)
|
||||
elif pip_installer == "pip":
|
||||
commands.append(
|
||||
"""RUN python -m pip check || ( \
|
||||
echo "Dependency resolution check failed. One or more installed packages are incompatible."; \
|
||||
echo "Pin compatible versions in your dependencies and try again."; \
|
||||
exit 1 \
|
||||
)"""
|
||||
)
|
||||
commands.append(
|
||||
|
||||
Reference in New Issue
Block a user