Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions bin/yolo
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ OPTIONS:
Requires nvidia-container-toolkit on host
--no-config Ignore project configuration file
--install-config Create/display .git/yolo/config template
--oopsie Print "fail!" and exit

Additional podman options can be passed before --

Expand Down Expand Up @@ -199,6 +200,10 @@ while [ $# -gt 0 ]; do
--install-config)
install_config
;;
--oopsie)
echo "fail!"
exit 0
;;
--entrypoint)
ENTRYPOINT="$2"
shift 2
Expand Down
Loading