LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraph-clidockerbuild_docker_image
    Functionā—Since v0.4

    build_docker_image

    Copy
    build_docker_image(
      runner,
      set: Callable[[str], None],
      config: pathlib.Path
    View source on GitHub
    ,
    config_json
    :
    dict
    ,
    base_image
    :
    str
    |
    None
    ,
    api_version
    :
    str
    |
    None
    ,
    pull
    :
    bool
    ,
    tag
    :
    str
    ,
    passthrough
    :
    Sequence
    [
    str
    ]
    =
    (
    )
    ,
    install_command
    :
    str
    |
    None
    =
    None
    ,
    build_command
    :
    str
    |
    None
    =
    None
    ,
    docker_command
    :
    Sequence
    [
    str
    ]
    |
    None
    =
    None
    ,
    extra_flags
    :
    Sequence
    [
    str
    ]
    =
    (
    )
    ,
    verbose
    :
    bool
    =
    True
    )

    Build a Docker image from a LangGraph config.