Skip to content

Commit 2aa6993

Browse files
authored
Update toml-reference.mdx
1 parent 6149955 commit 2aa6993

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

toml-reference/toml-reference.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,13 @@ The `[cerebrium.deployment]` section defines core deployment settings.
2525
| shell_commands | string[] | [] | Commands to run at the end of the build |
2626
| pre_build_commands | string[] | [] | Commands to run before dependencies install |
2727
| docker_base_image_url | string | "debian:bookworm-slim" | Base Docker image |
28+
| use_uv | boolean | false | Use UV for faster Python package installation |
2829

2930
<Info>
3031
Changes to python_version or docker_base_image_url trigger full rebuilds since
3132
they affect the base environment.
3233
</Info>
3334

34-
### UV Configuration
35-
36-
| Option | Type | Default | Description |
37-
| ------ | ------- | ------- | --------------------------------------------- |
38-
| use_uv | boolean | false | Use UV for faster Python package installation |
39-
4035
### UV Package Manager
4136

4237
UV is a fast Python package installer written in Rust that can significantly speed up deployment times. When enabled, UV will be used instead of pip for installing Python dependencies.

0 commit comments

Comments
 (0)