File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10287,7 +10287,7 @@ def run_uv_job(
10287
10287
python (`str`, *optional*)
10288
10288
Use a specific Python version. Default is 3.12.
10289
10289
10290
- image (`str`, *optional*, defaults to "ghcr.io/astral-sh/uv:python3.12-bookworm-slim "):
10290
+ image (`str`, *optional*, defaults to "ghcr.io/astral-sh/uv:python3.12-bookworm"):
10291
10291
Use a custom Docker image with `uv` installed.
10292
10292
10293
10293
env (`Dict[str, Any]`, *optional*):
@@ -10320,7 +10320,7 @@ def run_uv_job(
10320
10320
>>> run_uv_job(script, dependencies=["trl"], flavor="a10g-small")
10321
10321
```
10322
10322
"""
10323
- image = image or "ghcr.io/astral-sh/uv:python3.12-bookworm-slim "
10323
+ image = image or "ghcr.io/astral-sh/uv:python3.12-bookworm"
10324
10324
env = env or {}
10325
10325
secrets = secrets or {}
10326
10326
You can’t perform that action at this time.
0 commit comments