Documentation Index
Fetch the complete documentation index at: https://docs.baseten.co/llms.txt
Use this file to discover all available pages before exploring further.
build
Build the Docker image for a Truss.
Options
}Docker image tag.
--use_host_network
Use the host network for the Docker build.
Logging verbosity.
humanfriendly (default) is pretty-printed; INFO, DEBUG, WARNING produce structured logs.--non-interactive
Disable interactive prompts. Use in CI/automated contexts where stdin isn’t a TTY.
Arguments
A Truss directory. Defaults to current directory.
Image context directory. If not provided, a temp directory is created.
build-context
Create a Docker build context for a Truss without building the image.
Options
}Logging verbosity.
humanfriendly (default) is pretty-printed; INFO, DEBUG, WARNING produce structured logs.--non-interactive
Disable interactive prompts. Use in CI/automated contexts where stdin isn’t a TTY.
Arguments
Directory where image context is created.
A Truss directory. Defaults to current directory.
run
Run the Docker image for a Truss locally.
Options
}Docker image tag to run.
Local port to expose the model on.
--attach
Attach to the container process.
--use_host_network
Use the host network for the Docker build and run.
Logging verbosity.
humanfriendly (default) is pretty-printed; INFO, DEBUG, WARNING produce structured logs.--non-interactive
Disable interactive prompts. Use in CI/automated contexts where stdin isn’t a TTY.
Arguments
A Truss directory. Defaults to current directory.
Image context directory. If not provided, a temp directory is created.