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(
1028710287 python (`str`, *optional*)
1028810288 Use a specific Python version. Default is 3.12.
1028910289
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"):
1029110291 Use a custom Docker image with `uv` installed.
1029210292
1029310293 env (`Dict[str, Any]`, *optional*):
@@ -10320,7 +10320,7 @@ def run_uv_job(
1032010320 >>> run_uv_job(script, dependencies=["trl"], flavor="a10g-small")
1032110321 ```
1032210322 """
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"
1032410324 env = env or {}
1032510325 secrets = secrets or {}
1032610326
You can’t perform that action at this time.
0 commit comments