cli: set verbose flag for pull in langgraph build (#955)

* Set verbose flag for langgraph build.

* Update CLI README.
This commit is contained in:
Andrew Nguonly
2024-07-08 17:46:21 -07:00
committed by GitHub
parent 878567f6b0
commit bb6785bbef
2 changed files with 9 additions and 1 deletions
+1
View File
@@ -369,6 +369,7 @@ def _build(
"docker",
"pull",
f"{base_image}:{config_json['python_version']}",
verbose=True,
)
)
set("Building...")