You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| use_uv | boolean | false | Use UV for faster Python package installation |
29
-
| deployment_initialization_timeout | integer | 600 (10 minutes) | The max time to wait for app initialisation during build before timing out. Value must be 60 <=x<=830|
| use_uv | boolean | false | Use UV for faster Python package installation |
29
+
| deployment_initialization_timeout | integer | 600 (10 minutes) | The max time to wait for app initialisation during build before timing out. Value must be between 60 and 830 |
30
30
31
31
<Info>
32
32
Changes to python_version or docker_base_image_url trigger full rebuilds since
@@ -102,8 +102,7 @@ The `[cerebrium.runtime.custom]` section configures custom web servers and runti
102
102
103
103
<Info>
104
104
The port specified in entrypoint must match the port parameter. All endpoints
105
-
will be available at `https://api.aws.us-east-1.cerebrium.ai/v4/{project - id}
106
-
/{app-name}/your/endpoint`
105
+
will be available at `https://api.aws.us-east-1.cerebrium.ai/v4/{project-id}/{app-name}/your/endpoint`
0 commit comments