Skip to content

Commit 9e372b2

Browse files
authored
update uv image (#3270)
1 parent 8a13402 commit 9e372b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/huggingface_hub/hf_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)