File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 1- #!/usr/bin/env python3
1+ #!/usr/bin/env -S uv run
2+ # /// script
3+ # requires-python = ">=3.13"
4+ # dependencies = [
5+ # "dockeree",
6+ # ]
7+ # ///
28"""Python script for building Docker images via GitHub Actions.
39"""
410from argparse import ArgumentParser , Namespace
1117 "https://github.com/legendu-net/docker-rust-cicd" : "" ,
1218 "https://github.com/legendu-net/docker-python-portable" : "" ,
1319 "https://github.com/legendu-net/docker-vscode-server" : "" ,
14- "https://github.com/legendu-net/docker-gitpod" : "" ,
20+ # "https://github.com/legendu-net/docker-gitpod": "",
1521 "https://github.com/legendu-net/docker-jupyterhub-pytorch" : "" ,
1622 "https://github.com/legendu-net/docker-tensorboard" : "" ,
1723 # "https://github.com/legendu-net/docker-conda-build": "",
@@ -73,3 +79,4 @@ def main() -> None:
7379
7480if __name__ == "__main__" :
7581 main ()
82+
You can’t perform that action at this time.
0 commit comments