Always install requirements.txt

This commit is contained in:
Torsten Raudssus 2024-11-17 22:00:54 +01:00
parent 1d6ceca50c
commit 99be3f74c0

View file

@ -14,10 +14,11 @@ cat <<EOF
EOF
if [[ -z "$@" ]]; then
if [ -e "requirements.txt" ]; then
exec pip install -r requirements.txt
fi
if [[ -z "$@" ]]; then
exec bash
else
exec $@