Install requirements
This commit is contained in:
parent
f942450095
commit
1d6ceca50c
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ cat <<EOF
|
|||
EOF
|
||||
|
||||
if [[ -z "$@" ]]; then
|
||||
if [ -e "requirements.txt" ]; then
|
||||
exec pip install -r requirements.txt
|
||||
fi
|
||||
exec bash
|
||||
else
|
||||
exec $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue