Skip to content

Commit cc639a7

Browse files
committed
manage config_docker.py using uv
1 parent 3b0b89c commit cc639a7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

config_docker.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env -S uv run
2+
#
3+
# /// script
4+
# requires-python = "==3.13"
5+
# dependencies = []
6+
# ///
7+
28
import json
39
from pathlib import Path
410
import subprocess as sp

0 commit comments

Comments
 (0)