Skip to main content

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-weave-caching.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

The steps for building an image depend on the job source and the specified accelerator base image in the resource configuration.
When configuring a queue or submitting a job, include a base accelerator image in the queue or job resource configuration:
{
    "builder": {
        "accelerator": {
            "base_image": "image-name"
        }
    }
}
The build process includes the following actions based on the job type and provided accelerator base image: | | Install Python using apt | Install Python packages | Create a user and workdir | Copy code into image | Set entrypoint | |