Configuration referenceJob configuration
GPU Container Job configuration
Fields you set when you create a GPU Container Job.
A GPU Container Job takes the following fields, as well as the common fields and GPU configuration that every job takes.
| Field | Required | CLI flag | Description |
|---|---|---|---|
| Base OS image | Yes | --base-image | The operating system image for the container, for example Ubuntu 22.04 + CUDA 13.0. Your model masters set the available images. If you omit --base-image, the CLI sends Ubuntu22.04/CUDA12.9. |
| Disk | No | --root-disk-size-gb | The root disk size, in GB. The minimum is 100. If you omit --root-disk-size-gb, the CLI sends 250. |