mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-30 19:59:40 +02:00
Cleanup
This commit is contained in:
@@ -284,7 +284,6 @@ def _build(
|
||||
verbose=True,
|
||||
)
|
||||
)
|
||||
|
||||
set("Building...")
|
||||
# apply options
|
||||
args = [
|
||||
|
||||
@@ -1033,7 +1033,6 @@ def python_config_to_docker(
|
||||
config_path: pathlib.Path,
|
||||
config: Config,
|
||||
base_image: str,
|
||||
base_docker_tag: Optional[str] = None,
|
||||
) -> tuple[str, dict[str, str]]:
|
||||
"""Generate a Dockerfile from the configuration."""
|
||||
# configure pip
|
||||
|
||||
Reference in New Issue
Block a user