alnoda-workspaces/workspaces/notebook-workspace/luigi/luigid.sh

14 lines
513 B
Bash
Raw Normal View History

2022-05-30 19:24:06 +12:00
#!/bin/sh
cat << "EOF"
_____ __ __ _____ _____ _____
(_ _) ) ) ( ( (_ _) / ___ \ (_ _)
| | ( ( ) ) | | / / \_) | |
| | ) ) ( ( | | ( ( ____ | |
| | __ ( ( ) ) | | ( ( (__ ) | |
__| |___) ) ) \__/ ( _| |__ \ \__/ / _| |__
\________/ \______/ /_____( \____/ /_____(
EOF
echo "Luigi: $(python -c 'import luigi; print(luigi.__meta__.__version__)')"
echo "$(python -VV)"
exec luigid --port 8032