davanstrien HF Staff commited on
Commit
6cb38b0
·
verified ·
1 Parent(s): c26b156

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,7 +14,7 @@ A UV script for hfjobs.
14
 
15
  ```bash
16
  hfjobs run ghcr.io/astral-sh/uv:python3.12 \
17
- uv run https://huggingface.co/datasets/davanstrien/test-uv-scripts-with-readme/resolve/main/test_uv_script.py \
18
  <your-args>
19
  ```
20
 
@@ -24,7 +24,7 @@ Learn more about UV scripts in the [UV documentation](https://docs.astral.sh/uv/
24
 
25
  ## Script Details
26
 
27
- **Script:** `test_uv_script.py`
28
 
29
  **Description:** Test UV script for hfjobs uv run command.
30
 
 
14
 
15
  ```bash
16
  hfjobs run ghcr.io/astral-sh/uv:python3.12 \
17
+ uv run https://huggingface.co/datasets/davanstrien/test-uv-scripts-with-readme/resolve/main/test_uv_script_v2.py \
18
  <your-args>
19
  ```
20
 
 
24
 
25
  ## Script Details
26
 
27
+ **Script:** `test_uv_script_v2.py`
28
 
29
  **Description:** Test UV script for hfjobs uv run command.
30