LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangSmith
  • Client
  • Run Trees
  • Traceable
  • Evaluation
  • Schemas
  • Langchain
  • Jest
  • Vitest
  • Wrappers
  • Anonymizer
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmithsandboxCreateDockerfileSnapshotOptions
Interface●Since v0.8

CreateDockerfileSnapshotOptions

Options for creating a snapshot from a local Dockerfile context.

Copy
interface CreateDockerfileSnapshotOptions

Properties

property
buildArgs: Record<string, string>

Docker build args passed as BuildKit build-arg opts.

property
context: string

Local Docker build context directory. Default: current working directory.

property
memBytes: number

Memory in bytes for the temporary builder sandbox.

property
onBuildLog: (data: string) => void

Callback for Docker build stdout/stderr chunks.

property
target: string

Optional Dockerfile target stage.

property
timeout: number
property
vCpus: number

Number of vCPUs allocated.

View source on GitHub