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-clideployBuildSpec
    Classā—Since v0.4

    BuildSpec

    Copy
    BuildSpec(
      self,
      config: pathlib.Path,
      config_json: Config,
      base_image: str | None,
      api_version

    Constructors

    Attributes

    View source on GitHub
    :
    str
    |
    None
    ,
    pull
    :
    bool
    ,
    docker_build_args
    :
    Sequence
    [
    str
    ]
    ,
    install_command
    :
    str
    |
    None
    ,
    build_command
    :
    str
    |
    None
    )
    constructor
    __init__
    NameType
    configpathlib.Path
    config_jsonConfig
    base_imagestr | None
    api_versionstr | None
    pullbool
    docker_build_argsSequence[str]
    install_commandstr | None
    build_commandstr | None
    attribute
    config: pathlib.Path
    attribute
    config_json: Config
    attribute
    base_image: str | None
    attribute
    api_version: str | None
    attribute
    pull: bool
    attribute
    docker_build_args: Sequence[str]
    attribute
    install_command: str | None
    attribute
    build_command: str | None