mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-24 16:42:24 +02:00
cli: set verbose flag for pull in langgraph build (#955)
* Set verbose flag for langgraph build. * Update CLI README.
This commit is contained in:
@@ -369,6 +369,7 @@ def _build(
|
||||
"docker",
|
||||
"pull",
|
||||
f"{base_image}:{config_json['python_version']}",
|
||||
verbose=True,
|
||||
)
|
||||
)
|
||||
set("Building...")
|
||||
|
||||
Reference in New Issue
Block a user